mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05: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>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="RPCS3">
|
||||
<!-- Sony PlayStation 3 emulator RPCS3 -->
|
||||
<rule type="staticpath">
|
||||
<entry>/Applications/RPCS3.app/Contents/MacOS/rpcs3</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
</ruleList>
|
|
@ -945,8 +945,8 @@
|
|||
<name>ps3</name>
|
||||
<fullname>Sony PlayStation 3</fullname>
|
||||
<path>%ROMPATH%/ps3</path>
|
||||
<extension>.7z .7Z .zip .ZIP</extension>
|
||||
<command>PLACEHOLDER %ROM%</command>
|
||||
<extension>.ps3dir .PS3DIR</extension>
|
||||
<command label="RPCS3 (Standalone)">%EMULATOR_RPCS3% --no-gui %ROM%</command>
|
||||
<platform>ps3</platform>
|
||||
<theme>ps3</theme>
|
||||
</system>
|
||||
|
|
Loading…
Reference in a new issue