mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-18 15:15:37 +00:00
(Haiku) Added find rule configuration for RetroArch
Also added a single core for testing purposes
This commit is contained in:
parent
9be6cdc42b
commit
0723ae8364
|
@ -8,6 +8,19 @@
|
|||
<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">
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
<fullname>DOS (PC)</fullname>
|
||||
<path>%ROMPATH%/dos</path>
|
||||
<extension>.bat .BAT .com .COM .conf .CONF .cue .CUE .dosz .DOSZ .exe .EXE .iso .ISO .7z .7Z .zip .ZIP</extension>
|
||||
<command label="DOSBox-Pure">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/dosbox_pure_libretro.so %ROM%</command>
|
||||
<command label="DOSBox (Standalone)">%STARTDIR%=%GAMEDIR% %EMULATOR_DOSBOX% %ROM%</command>
|
||||
<platform>dos</platform>
|
||||
<theme>dos</theme>
|
||||
|
|
Loading…
Reference in a new issue