mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-30 01:55:39 +00:00
17 lines
474 B
XML
17 lines
474 B
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="DOSBOX">
|
|
<!-- DOS emulator DOSBox -->
|
|
<rule type="systempath">
|
|
<entry>DOSBox</entry>
|
|
</rule>
|
|
</emulator>
|
|
</ruleList> |