From c740e44d0ec05edc379ff79c1e2dd9843efcd183 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Sat, 10 Feb 2024 18:36:29 +0100 Subject: [PATCH] Added Mesen standalone as an alternative emulator for the supergrafx system on Linux, Unix and Windows --- resources/systems/linux/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/linux/es_systems.xml b/resources/systems/linux/es_systems.xml index 5409df060..c1085ec31 100644 --- a/resources/systems/linux/es_systems.xml +++ b/resources/systems/linux/es_systems.xml @@ -1871,6 +1871,7 @@ %EMULATOR_RETROARCH% -L %CORE_RETROARCH%/mednafen_supergrafx_libretro.so %ROM% %EMULATOR_RETROARCH% -L %CORE_RETROARCH%/mednafen_pce_libretro.so %ROM% %EMULATOR_MEDNAFEN% -force_module pce %ROM% + %EMULATOR_MESEN% --fullscreen %ROM% %EMULATOR_ARES% --fullscreen --system "SuperGrafx" %ROM% supergrafx supergrafx diff --git a/resources/systems/unix/es_systems.xml b/resources/systems/unix/es_systems.xml index 4a167969c..0b4733538 100644 --- a/resources/systems/unix/es_systems.xml +++ b/resources/systems/unix/es_systems.xml @@ -1845,6 +1845,7 @@ %EMULATOR_RETROARCH% -L %CORE_RETROARCH%/mednafen_supergrafx_libretro.so %ROM% %EMULATOR_RETROARCH% -L %CORE_RETROARCH%/mednafen_pce_libretro.so %ROM% %EMULATOR_MEDNAFEN% -force_module pce %ROM% + %EMULATOR_MESEN% --fullscreen %ROM% %EMULATOR_ARES% --fullscreen --system "SuperGrafx" %ROM% supergrafx supergrafx diff --git a/resources/systems/windows/es_systems.xml b/resources/systems/windows/es_systems.xml index 5c569e6bf..c4accf08c 100644 --- a/resources/systems/windows/es_systems.xml +++ b/resources/systems/windows/es_systems.xml @@ -1859,6 +1859,7 @@ %EMULATOR_RETROARCH% -L %CORE_RETROARCH%\mednafen_supergrafx_libretro.dll %ROM% %EMULATOR_RETROARCH% -L %CORE_RETROARCH%\mednafen_pce_libretro.dll %ROM% %EMULATOR_MEDNAFEN% -force_module pce %ROM% + %EMULATOR_MESEN% --fullscreen %ROM% %EMULATOR_ARES% --fullscreen --system "SuperGrafx" %ROM% supergrafx supergrafx