(macOS) Added emulator configuration for RPCS3 to the ps3 system.

This commit is contained in:
Leon Styhre 2022-01-17 21:23:26 +01:00
parent 2ebfb45bdf
commit 293fb1cc77
2 changed files with 8 additions and 2 deletions

View file

@ -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>

View file

@ -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>