Added emulator configuration for the Microsoft Xbox 360 system.

Also added an additional file extension for the Sony PlayStation 3 system.
This commit is contained in:
Leon Styhre 2021-12-16 17:40:56 +01:00
parent a0743e6871
commit 9ae1c33a52
3 changed files with 11 additions and 5 deletions

View file

@ -945,7 +945,7 @@
<name>ps3</name>
<fullname>Sony PlayStation 3</fullname>
<path>%ROMPATH%/ps3</path>
<extension>.BIN</extension>
<extension>.bin .BIN</extension>
<command label="RPCS3 (Standalone)">%EMULATOR_RPCS3% --no-gui %ROM%</command>
<platform>ps3</platform>
<theme>ps3</theme>
@ -1384,7 +1384,7 @@
<name>xbox360</name>
<fullname>Microsoft Xbox 360</fullname>
<path>%ROMPATH%/xbox360</path>
<extension>.7z .7Z .zip .ZIP</extension>
<extension>.iso .ISO .xex .XEX</extension>
<command>PLACEHOLDER %ROM%</command>
<platform>xbox360</platform>
<theme>xbox360</theme>

View file

@ -48,6 +48,12 @@
<entry>xemu.exe</entry>
</rule>
</emulator>
<emulator name="XENIA">
<!-- Microsoft Xbox 360 emulator xenia -->
<rule type="systempath">
<entry>xenia.exe</entry>
</rule>
</emulator>
<emulator name="YUZU">
<!-- Nintendo Switch emulator Yuzu -->
<rule type="systempath">

View file

@ -943,7 +943,7 @@
<name>ps3</name>
<fullname>Sony PlayStation 3</fullname>
<path>%ROMPATH%\ps3</path>
<extension>.BIN</extension>
<extension>.bin .BIN</extension>
<command label="RPCS3 (Standalone)">%EMULATOR_RPCS3% --no-gui %ROM%</command>
<platform>ps3</platform>
<theme>ps3</theme>
@ -1382,8 +1382,8 @@
<name>xbox360</name>
<fullname>Microsoft Xbox 360</fullname>
<path>%ROMPATH%\xbox360</path>
<extension>.7z .7Z .zip .ZIP</extension>
<command>PLACEHOLDER %ROM%</command>
<extension>.iso .ISO .xex .XEX</extension>
<command label="xenia (Standalone)">%EMULATOR_XENIA% %ROM%</command>
<platform>xbox360</platform>
<theme>xbox360</theme>
</system>