mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-30 03:55:40 +00:00
(macOS) Added support for the standalone emulator xemu.
This commit is contained in:
parent
1e727ccd45
commit
74e0ec1816
|
@ -54,4 +54,10 @@
|
|||
<entry>/Applications/RPCS3.app/Contents/MacOS/rpcs3</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="XEMU">
|
||||
<!-- Microsoft Xbox emulator xemu -->
|
||||
<rule type="staticpath">
|
||||
<entry>/Applications/xemu.app/Contents/MacOS/xemu</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
</ruleList>
|
|
@ -1361,8 +1361,8 @@
|
|||
<name>xbox</name>
|
||||
<fullname>Microsoft Xbox</fullname>
|
||||
<path>%ROMPATH%/xbox</path>
|
||||
<extension>.7z .7Z .zip .ZIP</extension>
|
||||
<command>PLACEHOLDER %ROM%</command>
|
||||
<extension>.iso .ISO</extension>
|
||||
<command label="xemu (Standalone)">%EMULATOR_XEMU% -full-screen -dvd_path %ROM%</command>
|
||||
<platform>xbox</platform>
|
||||
<theme>xbox</theme>
|
||||
</system>
|
||||
|
|
Loading…
Reference in a new issue