Added emulator configuration for the Sony PlayStation 3 system.

This commit is contained in:
Leon Styhre 2021-12-15 20:13:47 +01:00
parent 3ecadc5bf2
commit dc09864314
4 changed files with 21 additions and 4 deletions

View file

@ -44,6 +44,17 @@
<entry>/var/lib/flatpak/exports/bin/io.github.dosbox-staging</entry>
</rule>
</emulator>
<emulator name="RPCS3">
<!-- Sony PlayStation 3 emulator RPCS3 -->
<rule type="systempath">
<entry>rpcs3.AppImage</entry>
</rule>
<rule type="staticpath">
<entry>~/Applications/rpcs3.AppImage</entry>
<entry>~/.local/bin/rpcs3.AppImage</entry>
<entry>~/bin/rpcs3.AppImage</entry>
</rule>
</emulator>
<emulator name="XEMU">
<!-- Microsoft Xbox emulator xemu -->
<rule type="systempath">

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>.BIN</extension>
<command label="RPCS3 (Standalone)">%EMULATOR_RPCS3% --no-gui %ROM%</command>
<platform>ps3</platform>
<theme>ps3</theme>
</system>

View file

@ -36,6 +36,12 @@
<entry>%EMUPATH%\cores</entry>
</rule>
</core>
<emulator name="RPCS3">
<!-- Sony PlayStation 3 emulator RPCS3 -->
<rule type="systempath">
<entry>rpcs3.exe</entry>
</rule>
</emulator>
<emulator name="XEMU">
<!-- Microsoft Xbox emulator xemu -->
<rule type="systempath">

View file

@ -943,8 +943,8 @@
<name>ps3</name>
<fullname>Sony PlayStation 3</fullname>
<path>%ROMPATH%\ps3</path>
<extension>.7z .7Z .zip .ZIP</extension>
<command>PLACEHOLDER %ROM%</command>
<extension>.BIN</extension>
<command label="RPCS3 (Standalone)">%EMULATOR_RPCS3% --no-gui %ROM%</command>
<platform>ps3</platform>
<theme>ps3</theme>
</system>