(Android) Added Citra Canary as an alternative emulator for the n3ds system

This commit is contained in:
Leon Styhre 2024-02-04 15:22:27 +01:00
parent da74d0aec3
commit e28cf4f6b8
2 changed files with 8 additions and 1 deletions

View file

@ -21,6 +21,12 @@
<entry>org.citra.citra_emu/.ui.main.MainActivity</entry>
</rule>
</emulator>
<emulator name="CITRA-CANARY">
<!-- Nintendo 3DS emulator Citra Canary -->
<rule type="androidpackage">
<entry>org.citra.citra_emu.canary/org.citra.citra_emu.activities.EmulationActivity</entry>
</rule>
</emulator>
<emulator name="CITRA-MMJ">
<!-- Nintendo 3DS emulator Citra MMJ -->
<rule type="androidpackage">

View file

@ -984,7 +984,8 @@
<path>%ROMPATH%/n3ds</path>
<extension>.3ds .3DS .3dsx .3DSX .app .APP .axf .AXF .cci .CCI .cxi .CXI .elf .ELF .7z .7Z .zip .ZIP</extension>
<command label="Citra">%EMULATOR_RETROARCH% %EXTRA_CONFIGFILE%=/storage/emulated/0/Android/data/%ANDROIDPACKAGE%/files/retroarch.cfg %EXTRA_LIBRETRO%=/data/data/%ANDROIDPACKAGE%/cores/citra_libretro_android.so %EXTRA_ROM%=%ROM%</command>
<command label="Citra (Standalone)">%EMULATOR_CITRA% %EXTRA_SelectedGame%=%ROMSAF%</command>
<command label="Citra (Standalone)">%EMULATOR_CITRA% %DATA%=%ROMSAF%</command>
<command label="Citra Canary (Standalone)">%EMULATOR_CITRA-CANARY% %DATA%=%ROMSAF%</command>
<command label="Citra MMJ (Standalone)">%EMULATOR_CITRA-MMJ% %EXTRA_GamePath%=%ROM%</command>
<platform>n3ds</platform>
<theme>n3ds</theme>