(Android) Added Play! standalone as an alternative emulator for the ps2 system

This commit is contained in:
Leon Styhre 2024-02-06 17:18:38 +01:00
parent 01dc8876b2
commit 6f73f7381d
2 changed files with 7 additions and 0 deletions

View file

@ -148,6 +148,12 @@
<entry>com.PceEmu/com.imagine.BaseActivity</entry>
</rule>
</emulator>
<emulator name="PLAY!">
<!-- Sony PlayStation 2 emulator Play! -->
<rule type="androidpackage">
<entry>com.virtualapplications.play/.MainActivity</entry>
</rule>
</emulator>
<emulator name="PPSSPP">
<!-- Sony PlayStation Portable emulator PPSSPP -->
<rule type="androidpackage">

View file

@ -1314,6 +1314,7 @@
<path>%ROMPATH%/ps2</path>
<extension>.bin .BIN .chd .CHD .ciso .CISO .cso .CSO .dump .DUMP .elf .ELF .gz .GZ .m3u .M3U .mdf .MDF .img .IMG .iso .ISO .isz .ISZ .ngr .NRG</extension>
<command label="AetherSX2 (Standalone)">%EMULATOR_AETHERSX2% %ACTION%=android.intent.action.MAIN %EXTRA_bootPath%=%ROMSAF%</command>
<command label="Play! (Standalone)">%EMULATOR_PLAY!% %ACTION%=android.intent.action.VIEW %DATA%=%ROMPROVIDER%</command>
<platform>ps2</platform>
<theme>ps2</theme>
</system>