mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
Removed a file extension for the 'arcade' system from the es_systems.cfg template files.
This commit is contained in:
parent
98f78833ca
commit
49b670bb16
|
@ -95,7 +95,7 @@
|
|||
<name>arcade</name>
|
||||
<fullname>Arcade</fullname>
|
||||
<path>%ROMPATH%/arcade</path>
|
||||
<extension>.chd .CHD .cmd .CMD .7z .7Z .zip .ZIP</extension>
|
||||
<extension>.cmd .CMD .7z .7Z .zip .ZIP</extension>
|
||||
<command>/Applications/RetroArch.app/Contents/MacOS/RetroArch -L %EMUPATH%/../Resources/cores/mame_libretro.dylib %ROM%</command>
|
||||
<platform>arcade</platform>
|
||||
<theme>arcade</theme>
|
||||
|
|
|
@ -95,7 +95,7 @@
|
|||
<name>arcade</name>
|
||||
<fullname>Arcade</fullname>
|
||||
<path>%ROMPATH%/arcade</path>
|
||||
<extension>.chd .CHD .cmd .CMD .7z .7Z .zip .ZIP</extension>
|
||||
<extension>.cmd .CMD .7z .7Z .zip .ZIP</extension>
|
||||
<command>retroarch -L %COREPATH%/mame_libretro.so %ROM%</command>
|
||||
<platform>arcade</platform>
|
||||
<theme>arcade</theme>
|
||||
|
|
|
@ -95,7 +95,7 @@
|
|||
<name>arcade</name>
|
||||
<fullname>Arcade</fullname>
|
||||
<path>%ROMPATH%/arcade</path>
|
||||
<extension>.chd .CHD .cmd .CMD .7z .7Z .zip .ZIP</extension>
|
||||
<extension>.cmd .CMD .7z .7Z .zip .ZIP</extension>
|
||||
<command>flatpak run org.libretro.RetroArch -L %COREPATH%/mame_libretro.so %ROM%</command>
|
||||
<platform>arcade</platform>
|
||||
<theme>arcade</theme>
|
||||
|
|
|
@ -95,7 +95,7 @@
|
|||
<name>arcade</name>
|
||||
<fullname>Arcade</fullname>
|
||||
<path>%ROMPATH%\arcade</path>
|
||||
<extension>.chd .CHD .cmd .CMD .7z .7Z .zip .ZIP</extension>
|
||||
<extension>.cmd .CMD .7z .7Z .zip .ZIP</extension>
|
||||
<command>retroarch.exe -L %EMUPATH%\cores\mame_libretro.dll %ROM%</command>
|
||||
<platform>arcade</platform>
|
||||
<theme>arcade</theme>
|
||||
|
|
Loading…
Reference in a new issue