mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 14:15:38 +00:00
Fixed incorrect RetroArch DOSBox core in the es_systems.cfg templates.
This commit is contained in:
parent
96ea80fbcd
commit
fe891812d3
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue