From 49b670bb16478034a9a68489987caf28a9010400 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Sat, 13 Feb 2021 17:41:36 +0100 Subject: [PATCH] Removed a file extension for the 'arcade' system from the es_systems.cfg template files. --- resources/templates/es_systems.cfg_macos | 2 +- resources/templates/es_systems.cfg_unix | 2 +- resources/templates/es_systems.cfg_unix_flatpak | 2 +- resources/templates/es_systems.cfg_windows | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/templates/es_systems.cfg_macos b/resources/templates/es_systems.cfg_macos index 74f9653c2..2862a54cd 100644 --- a/resources/templates/es_systems.cfg_macos +++ b/resources/templates/es_systems.cfg_macos @@ -95,7 +95,7 @@ arcade Arcade %ROMPATH%/arcade - .chd .CHD .cmd .CMD .7z .7Z .zip .ZIP + .cmd .CMD .7z .7Z .zip .ZIP /Applications/RetroArch.app/Contents/MacOS/RetroArch -L %EMUPATH%/../Resources/cores/mame_libretro.dylib %ROM% arcade arcade diff --git a/resources/templates/es_systems.cfg_unix b/resources/templates/es_systems.cfg_unix index b3f2e9e8e..fa6b14a05 100644 --- a/resources/templates/es_systems.cfg_unix +++ b/resources/templates/es_systems.cfg_unix @@ -95,7 +95,7 @@ arcade Arcade %ROMPATH%/arcade - .chd .CHD .cmd .CMD .7z .7Z .zip .ZIP + .cmd .CMD .7z .7Z .zip .ZIP retroarch -L %COREPATH%/mame_libretro.so %ROM% arcade arcade diff --git a/resources/templates/es_systems.cfg_unix_flatpak b/resources/templates/es_systems.cfg_unix_flatpak index 4fa887870..e064d7a47 100644 --- a/resources/templates/es_systems.cfg_unix_flatpak +++ b/resources/templates/es_systems.cfg_unix_flatpak @@ -95,7 +95,7 @@ arcade Arcade %ROMPATH%/arcade - .chd .CHD .cmd .CMD .7z .7Z .zip .ZIP + .cmd .CMD .7z .7Z .zip .ZIP flatpak run org.libretro.RetroArch -L %COREPATH%/mame_libretro.so %ROM% arcade arcade diff --git a/resources/templates/es_systems.cfg_windows b/resources/templates/es_systems.cfg_windows index e683e1f12..49bae02a0 100644 --- a/resources/templates/es_systems.cfg_windows +++ b/resources/templates/es_systems.cfg_windows @@ -95,7 +95,7 @@ arcade Arcade %ROMPATH%\arcade - .chd .CHD .cmd .CMD .7z .7Z .zip .ZIP + .cmd .CMD .7z .7Z .zip .ZIP retroarch.exe -L %EMUPATH%\cores\mame_libretro.dll %ROM% arcade arcade