mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-26 16:15:39 +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>
|
<fullname>PC (DOS)</fullname>
|
||||||
<path>%ROMPATH%/pc</path>
|
<path>%ROMPATH%/pc</path>
|
||||||
<extension>.bat .BAT .com .COM .dos .DOS .exe .EXE .pc .PC .7z .7Z .zip .ZIP</extension>
|
<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>
|
<platform>pc</platform>
|
||||||
<theme>pc</theme>
|
<theme>pc</theme>
|
||||||
</system>
|
</system>
|
||||||
|
|
|
@ -573,7 +573,7 @@
|
||||||
<fullname>PC (DOS)</fullname>
|
<fullname>PC (DOS)</fullname>
|
||||||
<path>%ROMPATH%\pc</path>
|
<path>%ROMPATH%\pc</path>
|
||||||
<extension>.bat .BAT .com .COM .dos .DOS .exe .EXE .pc .PC .7z .7Z .zip .ZIP</extension>
|
<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>
|
<platform>pc</platform>
|
||||||
<theme>pc</theme>
|
<theme>pc</theme>
|
||||||
</system>
|
</system>
|
||||||
|
|
Loading…
Reference in a new issue