Fixed incorrect RetroArch DOSBox core in the es_systems.cfg templates.

This commit is contained in:
Leon Styhre 2020-07-28 21:12:35 +02:00
parent 96ea80fbcd
commit fe891812d3
2 changed files with 2 additions and 2 deletions

View file

@ -573,7 +573,7 @@
<fullname>PC (DOS)</fullname>
<path>%ROMPATH%/pc</path>
<extension>.bat .BAT .com .COM .dos .DOS .exe .EXE .pc .PC .7z .7Z .zip .ZIP</extension>
<command>retroarch -L ~/.config/retroarch/cores/dosbox_libretro %ROM%</command>
<command>retroarch -L ~/.config/retroarch/cores/dosbox_core_libretro.so %ROM%</command>
<platform>pc</platform>
<theme>pc</theme>
</system>

View file

@ -573,7 +573,7 @@
<fullname>PC (DOS)</fullname>
<path>%ROMPATH%\pc</path>
<extension>.bat .BAT .com .COM .dos .DOS .exe .EXE .pc .PC .7z .7Z .zip .ZIP</extension>
<command>retroarch.exe -L "%EMUPATH%\cores\dosbox_libretro %ROM%</command>
<command>retroarch.exe -L "%EMUPATH%\cores\dosbox_core_libretro.dll" %ROM%</command>
<platform>pc</platform>
<theme>pc</theme>
</system>