(Haiku) Added find rule configuration for RetroArch

Also added a single core for testing purposes
This commit is contained in:
Leon Styhre 2024-08-11 22:04:52 +02:00
parent 9be6cdc42b
commit 0723ae8364
2 changed files with 14 additions and 0 deletions

View file

@ -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">

View file

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