From 74e0ec1816a62d2b03a7d4cbf9491fbe8028d7d7 Mon Sep 17 00:00:00 2001 From: Leon Styhre <leon@leonstyhre.com> Date: Mon, 21 Feb 2022 23:42:11 +0100 Subject: [PATCH] (macOS) Added support for the standalone emulator xemu. --- resources/systems/macos/es_find_rules.xml | 6 ++++++ resources/systems/macos/es_systems.xml | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/resources/systems/macos/es_find_rules.xml b/resources/systems/macos/es_find_rules.xml index 4c142f99a..e4ba2561f 100644 --- a/resources/systems/macos/es_find_rules.xml +++ b/resources/systems/macos/es_find_rules.xml @@ -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> \ No newline at end of file diff --git a/resources/systems/macos/es_systems.xml b/resources/systems/macos/es_systems.xml index 239848a46..d92a90760 100644 --- a/resources/systems/macos/es_systems.xml +++ b/resources/systems/macos/es_systems.xml @@ -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>