mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-23 06:35:38 +00:00
45 lines
1.7 KiB
XML
45 lines
1.7 KiB
XML
<?xml version="1.0"?>
|
|
<!-- This is the ES-DE find rules configuration file for macOS -->
|
|
<ruleList>
|
|
<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>
|
|
<emulator name="DOSBOX_STAGING">
|
|
<!-- DOS emulator DOSBox Staging -->
|
|
<rule type="staticpath">
|
|
<entry>/Applications/dosbox-staging.app/Contents/MacOS/dosbox</entry>
|
|
<!-- Homebrew version -->
|
|
<entry>/usr/local/bin/dosbox-staging</entry>
|
|
</rule>
|
|
</emulator>
|
|
<emulator name="MUPEN64PLUS">
|
|
<!-- Nintendo 64 emulator Mupen64Plus -->
|
|
<rule type="staticpath">
|
|
<entry>/Applications/mupen64plus.app/Contents/MacOS/mupen64plus</entry>
|
|
<!-- Homebrew version -->
|
|
<entry>/usr/local/bin/mupen64plus</entry>
|
|
</rule>
|
|
</emulator>
|
|
<emulator name="PCSX2">
|
|
<!-- Sony PlayStation 2 emulator PCSX2 -->
|
|
<rule type="staticpath">
|
|
<entry>/Applications/PCSX2.app/Contents/MacOS/PCSX2</entry>
|
|
</rule>
|
|
</emulator>
|
|
<emulator name="RPCS3">
|
|
<!-- Sony PlayStation 3 emulator RPCS3 -->
|
|
<rule type="staticpath">
|
|
<entry>/Applications/RPCS3.app/Contents/MacOS/rpcs3</entry>
|
|
</rule>
|
|
</emulator>
|
|
</ruleList> |