mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 14:15:38 +00:00
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:
parent
a0743e6871
commit
9ae1c33a52
|
@ -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>
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue