Removed a file extension for the 'arcade' system from the es_systems.cfg template files.

This commit is contained in:
Leon Styhre 2021-02-13 17:41:36 +01:00
parent 98f78833ca
commit 49b670bb16
4 changed files with 4 additions and 4 deletions

View file

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

View file

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

View file

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

View file

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