mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-23 06:35:38 +00:00
d61218a24f
Also reorganized the es_find_rules.xml files slightly.
22 lines
793 B
XML
22 lines
793 B
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">
|
|
<rule type="staticpath">
|
|
<entry>/Applications/dosbox-staging.app/Contents/MacOS/dosbox</entry>
|
|
</rule>
|
|
</emulator>
|
|
</ruleList> |