mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-25 15:45:38 +00:00
(macOS) Added emulator configuration for RPCS3 to the ps3 system.
This commit is contained in:
parent
2ebfb45bdf
commit
293fb1cc77
|
@ -36,4 +36,10 @@
|
||||||
<entry>/Applications/PCSX2.app/Contents/MacOS/PCSX2</entry>
|
<entry>/Applications/PCSX2.app/Contents/MacOS/PCSX2</entry>
|
||||||
</rule>
|
</rule>
|
||||||
</emulator>
|
</emulator>
|
||||||
|
<emulator name="RPCS3">
|
||||||
|
<!-- Sony PlayStation 3 emulator RPCS3 -->
|
||||||
|
<rule type="staticpath">
|
||||||
|
<entry>/Applications/RPCS3.app/Contents/MacOS/rpcs3</entry>
|
||||||
|
</rule>
|
||||||
|
</emulator>
|
||||||
</ruleList>
|
</ruleList>
|
|
@ -945,8 +945,8 @@
|
||||||
<name>ps3</name>
|
<name>ps3</name>
|
||||||
<fullname>Sony PlayStation 3</fullname>
|
<fullname>Sony PlayStation 3</fullname>
|
||||||
<path>%ROMPATH%/ps3</path>
|
<path>%ROMPATH%/ps3</path>
|
||||||
<extension>.7z .7Z .zip .ZIP</extension>
|
<extension>.ps3dir .PS3DIR</extension>
|
||||||
<command>PLACEHOLDER %ROM%</command>
|
<command label="RPCS3 (Standalone)">%EMULATOR_RPCS3% --no-gui %ROM%</command>
|
||||||
<platform>ps3</platform>
|
<platform>ps3</platform>
|
||||||
<theme>ps3</theme>
|
<theme>ps3</theme>
|
||||||
</system>
|
</system>
|
||||||
|
|
Loading…
Reference in a new issue