From 566a9941e81da756bb626ee2cd5d9645a05ec383 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Fri, 2 Feb 2024 00:06:09 +0100 Subject: [PATCH] Added Mesen standalone as an alternative emulator for the multivision 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 dc0a0e6ac..8e4545f14 100644 --- a/resources/systems/linux/es_systems.xml +++ b/resources/systems/linux/es_systems.xml @@ -1167,6 +1167,7 @@ %ROMPATH%/multivision .bin .BIN .gg .GG .rom .ROM .sg .SG .sms .SMS .7z .7Z .zip .ZIP %EMULATOR_RETROARCH% -L %CORE_RETROARCH%/gearsystem_libretro.so %ROM% + %EMULATOR_MESEN% --fullscreen %ROM% sg-1000 multivision diff --git a/resources/systems/unix/es_systems.xml b/resources/systems/unix/es_systems.xml index f36c6f867..597c6ac75 100644 --- a/resources/systems/unix/es_systems.xml +++ b/resources/systems/unix/es_systems.xml @@ -1151,6 +1151,7 @@ %ROMPATH%/multivision .bin .BIN .gg .GG .rom .ROM .sg .SG .sms .SMS .7z .7Z .zip .ZIP %EMULATOR_RETROARCH% -L %CORE_RETROARCH%/gearsystem_libretro.so %ROM% + %EMULATOR_MESEN% --fullscreen %ROM% sg-1000 multivision diff --git a/resources/systems/windows/es_systems.xml b/resources/systems/windows/es_systems.xml index c877298c4..2da04b4d7 100644 --- a/resources/systems/windows/es_systems.xml +++ b/resources/systems/windows/es_systems.xml @@ -1161,6 +1161,7 @@ %ROMPATH%\multivision .bin .BIN .gg .GG .rom .ROM .sg .SG .sms .SMS .7z .7Z .zip .ZIP %EMULATOR_RETROARCH% -L %CORE_RETROARCH%\gearsystem_libretro.dll %ROM% + %EMULATOR_MESEN% --fullscreen %ROM% sg-1000 multivision