mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-25 15:45:38 +00:00
Added DeSmuME standalone as an alternative emulator for the nds system on Unix.
This commit is contained in:
parent
5bf04223e6
commit
30fad17306
|
@ -72,6 +72,17 @@
|
||||||
<entry>~/.local/share/flatpak/exports/bin/org.citra_emu.citra</entry>
|
<entry>~/.local/share/flatpak/exports/bin/org.citra_emu.citra</entry>
|
||||||
</rule>
|
</rule>
|
||||||
</emulator>
|
</emulator>
|
||||||
|
<emulator name="DESMUME">
|
||||||
|
<!-- Nintendo DS emulator DeSmuME -->
|
||||||
|
<rule type="systempath">
|
||||||
|
<entry>desmume</entry>
|
||||||
|
<entry>org.desmume.DeSmuME</entry>
|
||||||
|
</rule>
|
||||||
|
<rule type="staticpath">
|
||||||
|
<entry>/var/lib/flatpak/exports/bin/org.desmume.DeSmuME</entry>
|
||||||
|
<entry>~/.local/share/flatpak/exports/bin/org.desmume.DeSmuME</entry>
|
||||||
|
</rule>
|
||||||
|
</emulator>
|
||||||
<emulator name="DOLPHIN">
|
<emulator name="DOLPHIN">
|
||||||
<!-- Nintendo GameCube and Wii emulator Dolphin -->
|
<!-- Nintendo GameCube and Wii emulator Dolphin -->
|
||||||
<rule type="systempath">
|
<rule type="systempath">
|
||||||
|
|
|
@ -800,6 +800,7 @@
|
||||||
<extension>.bin .BIN .nds .NDS .7z .7Z .zip .ZIP</extension>
|
<extension>.bin .BIN .nds .NDS .7z .7Z .zip .ZIP</extension>
|
||||||
<command label="DeSmuME">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/desmume_libretro.so %ROM%</command>
|
<command label="DeSmuME">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/desmume_libretro.so %ROM%</command>
|
||||||
<command label="DeSmuME 2015">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/desmume2015_libretro.so %ROM%</command>
|
<command label="DeSmuME 2015">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/desmume2015_libretro.so %ROM%</command>
|
||||||
|
<command label="DeSmuME (Standalone)">%EMULATOR_DESMUME% %ROM%</command>
|
||||||
<command label="melonDS">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/melonds_libretro.so %ROM%</command>
|
<command label="melonDS">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/melonds_libretro.so %ROM%</command>
|
||||||
<command label="melonDS (Standalone)">%EMULATOR_MELONDS% %ROM%</command>
|
<command label="melonDS (Standalone)">%EMULATOR_MELONDS% %ROM%</command>
|
||||||
<platform>nds</platform>
|
<platform>nds</platform>
|
||||||
|
|
Loading…
Reference in a new issue