mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-30 03:55:40 +00:00
Added Play! standalone as an alternative emulator for the ps2 system.
This commit is contained in:
parent
88c90b550d
commit
0acce01003
|
@ -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">
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue