Added Play! standalone as an alternative emulator for the ps2 system.

This commit is contained in:
Leon Styhre 2022-05-01 18:40:10 +02:00
parent 88c90b550d
commit 0acce01003
7 changed files with 42 additions and 3 deletions

View file

@ -83,10 +83,10 @@
<entry>/Applications/PCSX2.app/Contents/MacOS/PCSX2</entry>
</rule>
</emulator>
<emulator name="RPCS3">
<!-- Sony PlayStation 3 emulator RPCS3 -->
<emulator name="PLAY!">
<!-- Sony PlayStation 2 emulator Play! -->
<rule type="staticpath">
<entry>/Applications/RPCS3.app/Contents/MacOS/rpcs3</entry>
<entry>/Applications/Play.app/Contents/MacOS/Play</entry>
</rule>
</emulator>
<emulator name="PPSSPP">
@ -103,6 +103,12 @@
<entry>/Applications/redream.app/Contents/MacOS/redream</entry>
</rule>
</emulator>
<emulator name="RPCS3">
<!-- Sony PlayStation 3 emulator RPCS3 -->
<rule type="staticpath">
<entry>/Applications/RPCS3.app/Contents/MacOS/rpcs3</entry>
</rule>
</emulator>
<emulator name="SIXTYFORCE">
<!-- Nintendo 64 emulator sixtyforce -->
<rule type="staticpath">

View file

@ -964,6 +964,7 @@
<path>%ROMPATH%/ps2</path>
<extension>.bin .BIN .chd .CHD .cso .CSO .elf .ELF .iso .ISO .isz .ISZ</extension>
<command label="PCSX2 (Standalone)">%EMULATOR_PCSX2% --nogui %ROM%</command>
<command label="Play! (Standalone)">%EMULATOR_PLAY!% --disc %ROM%</command>
<platform>ps2</platform>
<theme>ps2</theme>
</system>

View file

@ -167,6 +167,15 @@
<entry>~/.local/share/flatpak/exports/bin/net.pcsx2.PCSX2</entry>
</rule>
</emulator>
<emulator name="PLAY!">
<!-- Sony PlayStation 2 emulator Play! -->
<rule type="staticpath">
<entry>/var/lib/flatpak/exports/bin/org.purei.Play</entry>
<entry>~/Applications/Play!*.AppImage</entry>
<entry>~/.local/bin/Play!*.AppImage</entry>
<entry>~/bin/Play!*.AppImage</entry>
</rule>
</emulator>
<emulator name="PPSSPP">
<!-- Sony PlayStation Portable emulator PPSSPP -->
<rule type="systempath">

View file

@ -970,6 +970,7 @@
<extension>.bin .BIN .chd .CHD .cso .CSO .elf .ELF .iso .ISO .isz .ISZ</extension>
<command label="PCSX2">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/pcsx2_libretro.so %ROM%</command>
<command label="PCSX2 (Standalone)">%EMULATOR_PCSX2% --nogui %ROM%</command>
<command label="Play! (Standalone)">%EMULATOR_PLAY!% --disc %ROM%</command>
<platform>ps2</platform>
<theme>ps2</theme>
</system>

View file

@ -189,6 +189,19 @@
<entry>%ESPATH%\..\PCSX2\pcsx2.exe</entry>
</rule>
</emulator>
<emulator name="PLAY!">
<!-- Sony PlayStation 2 emulator Play! -->
<rule type="systempath">
<entry>Play.exe</entry>
</rule>
<rule type="staticpath">
<entry>C:\Program Files\Play\Play.exe</entry>
<entry>D:\Program Files\Play\Play.exe</entry>
<entry>%ESPATH%\Play\Play.exe</entry>
<entry>%ESPATH%\Emulators\Play\Play.exe</entry>
<entry>%ESPATH%\..\Play\Play.exe</entry>
</rule>
</emulator>
<emulator name="PPSSPP">
<!-- Sony PlayStation Portable emulator PPSSPP -->
<rule type="winregistryvalue">

View file

@ -119,6 +119,14 @@
<entry>%ESPATH%\..\PCSX2\pcsx2.exe</entry>
</rule>
</emulator>
<emulator name="PLAY!">
<!-- Sony PlayStation 2 emulator Play! -->
<rule type="staticpath">
<entry>%ESPATH%\Play\Play.exe</entry>
<entry>%ESPATH%\Emulators\Play\Play.exe</entry>
<entry>%ESPATH%\..\Play\Play.exe</entry>
</rule>
</emulator>
<emulator name="PPSSPP">
<!-- Sony PlayStation Portable emulator PPSSPP -->
<rule type="staticpath">

View file

@ -969,6 +969,7 @@
<extension>.bin .BIN .chd .CHD .cso .CSO .elf .ELF .iso .ISO .isz .ISZ</extension>
<command label="PCSX2">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\pcsx2_libretro.dll %ROM%</command>
<command label="PCSX2 (Standalone)">%EMULATOR_PCSX2% --nogui %ROM%</command>
<command label="Play! (Standalone)">%EMULATOR_PLAY!% --disc %ROM%</command>
<platform>ps2</platform>
<theme>ps2</theme>
</system>