(macOS) Added support for the standalone emulator xemu.

This commit is contained in:
Leon Styhre 2022-02-21 23:42:11 +01:00
parent 1e727ccd45
commit 74e0ec1816
2 changed files with 8 additions and 2 deletions

View file

@ -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>

View file

@ -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>