ES-DE/resources/systems/haiku/es_find_rules.xml

48 lines
1.4 KiB
XML
Raw Normal View History

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