ES-DE/resources/systems/haiku/es_find_rules.xml
Leon Styhre 0723ae8364 (Haiku) Added find rule configuration for RetroArch
Also added a single core for testing purposes
2024-08-11 22:04:52 +02:00

48 lines
1.4 KiB
XML

<?xml version="1.0"?>
<!-- This is the ES-DE find rules configuration file for Haiku -->
<ruleList>
<emulator name="OS-SHELL">
<!-- Operating system shell -->
<rule type="systempath">
<entry>bash</entry>
<entry>sh</entry>
</rule>
</emulator>
<emulator name="RETROARCH">
<rule type="systempath">
<entry>retroarch</entry>
</rule>
<rule type="staticpath">
<entry>/boot/system/apps/retroarch</entry>
</rule>
</emulator>
<core name="RETROARCH">
<rule type="corepath">
<entry>/boot/system/add-ons/libretro</entry>
</rule>
</core>
<emulator name="DOSBOX">
<!-- DOS emulator DOSBox -->
<rule type="systempath">
<entry>DOSBox</entry>
</rule>
<rule type="staticpath">
<entry>/boot/system/apps/DOSBox</entry>
</rule>
</emulator>
<emulator name="PPSSPP">
<!-- Sony PlayStation Portable emulator PPSSPP -->
<rule type="staticpath">
<entry>/boot/system/apps/PPSSPP/PPSSPP</entry>
</rule>
</emulator>
<emulator name="SCUMMVM">
<!-- ScummVM game engine -->
<rule type="systempath">
<entry>ScummVM</entry>
</rule>
<rule type="staticpath">
<entry>/boot/system/apps/ScummVM</entry>
</rule>
</emulator>
</ruleList>