mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 14:15:38 +00:00
(Android) Added FPseNG standalone as an alternative emulator for the psx system
This commit is contained in:
parent
69715d0a93
commit
6a6425e88a
|
@ -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">
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue