2021-06-19 12:09:14 +00:00
|
|
|
<?xml version="1.0"?>
|
2021-06-26 09:55:48 +00:00
|
|
|
<!-- This is the ES-DE find rules configuration file for macOS -->
|
2021-06-19 12:09:14 +00:00
|
|
|
<ruleList>
|
2021-08-24 16:20:57 +00:00
|
|
|
<emulator name="RETROARCH">
|
|
|
|
<rule type="staticpath">
|
|
|
|
<entry>/Applications/RetroArch.app/Contents/MacOS/RetroArch</entry>
|
|
|
|
</rule>
|
|
|
|
</emulator>
|
|
|
|
<core name="RETROARCH">
|
|
|
|
<rule type="corepath">
|
|
|
|
<!-- RetroArch >= v1.9.2 -->
|
|
|
|
<entry>~/Library/Application Support/RetroArch/cores</entry>
|
|
|
|
<!-- RetroArch < v1.9.2 -->
|
|
|
|
<entry>/Applications/RetroArch.app/Contents/Resources/cores</entry>
|
|
|
|
</rule>
|
|
|
|
</core>
|
2022-02-22 21:20:45 +00:00
|
|
|
<emulator name="CITRA">
|
|
|
|
<!-- Nintendo 3DS emulator Citra -->
|
|
|
|
<rule type="staticpath">
|
|
|
|
<entry>/Applications/citra-qt.app/Contents/MacOS/citra-qt</entry>
|
|
|
|
<entry>/Applications/Citra/nightly/citra-qt.app/Contents/MacOS/citra-qt</entry>
|
|
|
|
<entry>/Applications/Citra/canary/citra-qt.app/Contents/MacOS/citra-qt</entry>
|
|
|
|
</rule>
|
|
|
|
</emulator>
|
2022-02-21 22:20:53 +00:00
|
|
|
<emulator name="DOLPHIN">
|
|
|
|
<!-- Nintendo GameCube and Wii emulator Dolphin -->
|
|
|
|
<rule type="staticpath">
|
|
|
|
<entry>/Applications/Dolphin.app/Contents/MacOS/Dolphin</entry>
|
|
|
|
</rule>
|
|
|
|
</emulator>
|
2022-02-20 20:33:09 +00:00
|
|
|
<emulator name="DOSBOX-STAGING">
|
2021-12-22 21:52:45 +00:00
|
|
|
<!-- DOS emulator DOSBox Staging -->
|
2021-11-23 19:59:59 +00:00
|
|
|
<rule type="staticpath">
|
2021-12-22 21:52:45 +00:00
|
|
|
<entry>/Applications/dosbox-staging.app/Contents/MacOS/dosbox</entry>
|
|
|
|
<!-- Homebrew version -->
|
2021-12-16 21:40:43 +00:00
|
|
|
<entry>/usr/local/bin/dosbox-staging</entry>
|
|
|
|
</rule>
|
|
|
|
</emulator>
|
2022-02-21 20:36:05 +00:00
|
|
|
<emulator name="FS-UAE">
|
|
|
|
<!-- Commodore Amiga emulator FS-UAE -->
|
|
|
|
<rule type="staticpath">
|
|
|
|
<entry>/Applications/FS-UAE.app/Contents/MacOS/fs-uae</entry>
|
|
|
|
</rule>
|
|
|
|
</emulator>
|
2021-12-16 21:40:43 +00:00
|
|
|
<emulator name="MUPEN64PLUS">
|
2021-12-22 21:52:45 +00:00
|
|
|
<!-- Nintendo 64 emulator Mupen64Plus -->
|
2021-12-16 21:40:43 +00:00
|
|
|
<rule type="staticpath">
|
2021-12-22 21:52:45 +00:00
|
|
|
<entry>/Applications/mupen64plus.app/Contents/MacOS/mupen64plus</entry>
|
|
|
|
<!-- Homebrew version -->
|
2021-12-16 21:40:43 +00:00
|
|
|
<entry>/usr/local/bin/mupen64plus</entry>
|
2021-11-23 19:59:59 +00:00
|
|
|
</rule>
|
|
|
|
</emulator>
|
2021-12-22 21:52:45 +00:00
|
|
|
<emulator name="PCSX2">
|
|
|
|
<!-- Sony PlayStation 2 emulator PCSX2 -->
|
|
|
|
<rule type="staticpath">
|
|
|
|
<entry>/Applications/PCSX2.app/Contents/MacOS/PCSX2</entry>
|
|
|
|
</rule>
|
|
|
|
</emulator>
|
2022-01-17 20:23:26 +00:00
|
|
|
<emulator name="RPCS3">
|
|
|
|
<!-- Sony PlayStation 3 emulator RPCS3 -->
|
|
|
|
<rule type="staticpath">
|
|
|
|
<entry>/Applications/RPCS3.app/Contents/MacOS/rpcs3</entry>
|
|
|
|
</rule>
|
|
|
|
</emulator>
|
2022-02-21 22:42:11 +00:00
|
|
|
<emulator name="XEMU">
|
|
|
|
<!-- Microsoft Xbox emulator xemu -->
|
|
|
|
<rule type="staticpath">
|
|
|
|
<entry>/Applications/xemu.app/Contents/MacOS/xemu</entry>
|
|
|
|
</rule>
|
|
|
|
</emulator>
|
2021-08-24 16:20:57 +00:00
|
|
|
</ruleList>
|