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> <entry>/var/lib/flatpak/exports/bin/io.github.dosbox-staging</entry>
</rule> </rule>
</emulator> </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"> <emulator name="XEMU">
<!-- Microsoft Xbox emulator xemu --> <!-- Microsoft Xbox emulator xemu -->
<rule type="systempath"> <rule type="systempath">

View file

@ -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>.BIN</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>

View file

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

View file

@ -943,8 +943,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>.BIN</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>