mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-26 16:15:39 +00:00
0723ae8364
Also added a single core for testing purposes
48 lines
1.4 KiB
XML
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> |