From 5bcee13a410cb268631ef4abbea7e3fa644d75c4 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Sun, 8 Oct 2023 22:47:31 +0200 Subject: [PATCH] Added the MAME - Current RetroArch core as the default emulator for the gamate system --- resources/systems/macos/es_systems.xml | 1 + resources/systems/unix/es_systems.xml | 1 + resources/systems/windows/es_systems.xml | 1 + 3 files changed, 3 insertions(+) diff --git a/resources/systems/macos/es_systems.xml b/resources/systems/macos/es_systems.xml index 24a2ccae1..99fba49fe 100644 --- a/resources/systems/macos/es_systems.xml +++ b/resources/systems/macos/es_systems.xml @@ -617,6 +617,7 @@ Bit Corporation Gamate %ROMPATH%/gamate .bin .BIN .7z .7Z .zip .ZIP + %EMULATOR_RETROARCH% -L %CORE_RETROARCH%/mame_libretro.dylib "gamate -rompath %GAMEDIR%\;%ROMPATH%/gamate -cart \"%ROMRAW%\"" %STARTDIR%=~/.mame %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%/gamate gamate -cart %ROM% gamate gamate diff --git a/resources/systems/unix/es_systems.xml b/resources/systems/unix/es_systems.xml index c16c2d3f9..a4cdf66f8 100644 --- a/resources/systems/unix/es_systems.xml +++ b/resources/systems/unix/es_systems.xml @@ -645,6 +645,7 @@ Bit Corporation Gamate %ROMPATH%/gamate .bin .BIN .7z .7Z .zip .ZIP + %EMULATOR_RETROARCH% -L %CORE_RETROARCH%/mame_libretro.so "gamate -rompath %GAMEDIR%\;%ROMPATH%/gamate -cart \"%ROMRAW%\"" %STARTDIR%=~/.mame %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%/gamate gamate -cart %ROM% gamate gamate diff --git a/resources/systems/windows/es_systems.xml b/resources/systems/windows/es_systems.xml index 76b0f08f7..7432100fb 100644 --- a/resources/systems/windows/es_systems.xml +++ b/resources/systems/windows/es_systems.xml @@ -638,6 +638,7 @@ Bit Corporation Gamate %ROMPATH%\gamate .bin .BIN .7z .7Z .zip .ZIP + %EMULATOR_RETROARCH% -L %CORE_RETROARCH%\mame_libretro.dll "gamate -rompath %GAMEDIR%\;%ROMPATH%\gamate -cart \"%ROMRAW%\"" %HIDEWINDOW% %RUNINBACKGROUND% %STARTDIR%=%EMUDIR% %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%\gamate gamate -cart %ROM% gamate gamate