(Android) Added FPseNG standalone as an alternative emulator for the psx system

This commit is contained in:
Leon Styhre 2024-02-10 21:37:54 +01:00
parent 69715d0a93
commit 6a6425e88a
2 changed files with 7 additions and 0 deletions

View file

@ -81,6 +81,12 @@
<entry>com.emulator.fpse/.Main</entry>
</rule>
</emulator>
<emulator name="FPSE-NG">
<!-- Sony PlayStation 1 emulator FPseNG -->
<rule type="androidpackage">
<entry>com.emulator.fpse64/.Main</entry>
</rule>
</emulator>
<emulator name="GBA-EMU">
<!-- Nintendo Game Boy Advance emulator GBA.emu -->
<rule type="androidpackage">

View file

@ -1374,6 +1374,7 @@
<command label="PCSX ReARMed">%EMULATOR_RETROARCH% %EXTRA_CONFIGFILE%=/storage/emulated/0/Android/data/%ANDROIDPACKAGE%/files/retroarch.cfg %EXTRA_LIBRETRO%=pcsx_rearmed_libretro_android.so %EXTRA_ROM%=%ROM%</command>
<command label="SwanStation">%EMULATOR_RETROARCH% %EXTRA_CONFIGFILE%=/storage/emulated/0/Android/data/%ANDROIDPACKAGE%/files/retroarch.cfg %EXTRA_LIBRETRO%=swanstation_libretro_android.so %EXTRA_ROM%=%ROM%</command>
<command label="DuckStation (Standalone)">%EMULATOR_DUCKSTATION% %EXTRABOOL_resumeState%=false %EXTRA_bootPath%=%ROMSAF%</command>
<command label="FPseNG (Standalone)">%EMULATOR_FPSE-NG% %ACTION%=android.intent.action.VIEW %DATA%=%ROMPROVIDER%</command>
<command label="FPse (Standalone)">%EMULATOR_FPSE% %ACTION%=android.intent.action.VIEW %DATA%=%ROMPROVIDER%</command>
<platform>psx</platform>
<theme>psx</theme>