mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 22:25:38 +00:00
18 lines
557 B
XML
18 lines
557 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>
|
|
</ruleList>
|