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>
|
|
|
|
<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>
|