Added DeSmuME standalone as an alternative emulator for the nds system on Unix.

This commit is contained in:
Leon Styhre 2022-05-26 23:13:43 +02:00
parent 5bf04223e6
commit 30fad17306
2 changed files with 12 additions and 0 deletions

View file

@ -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">

View file

@ -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>