Added Mesen standalone as an alternative emulator for the multivision system on Linux, Unix and Windows

This commit is contained in:
Leon Styhre 2024-02-02 00:06:09 +01:00
parent ab3f92f6de
commit 566a9941e8
3 changed files with 3 additions and 0 deletions

View file

@ -1167,6 +1167,7 @@
<path>%ROMPATH%/multivision</path>
<extension>.bin .BIN .gg .GG .rom .ROM .sg .SG .sms .SMS .7z .7Z .zip .ZIP</extension>
<command label="Gearsystem">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/gearsystem_libretro.so %ROM%</command>
<command label="Mesen (Standalone)">%EMULATOR_MESEN% --fullscreen %ROM%</command>
<platform>sg-1000</platform>
<theme>multivision</theme>
</system>

View file

@ -1151,6 +1151,7 @@
<path>%ROMPATH%/multivision</path>
<extension>.bin .BIN .gg .GG .rom .ROM .sg .SG .sms .SMS .7z .7Z .zip .ZIP</extension>
<command label="Gearsystem">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/gearsystem_libretro.so %ROM%</command>
<command label="Mesen (Standalone)">%EMULATOR_MESEN% --fullscreen %ROM%</command>
<platform>sg-1000</platform>
<theme>multivision</theme>
</system>

View file

@ -1161,6 +1161,7 @@
<path>%ROMPATH%\multivision</path>
<extension>.bin .BIN .gg .GG .rom .ROM .sg .SG .sms .SMS .7z .7Z .zip .ZIP</extension>
<command label="Gearsystem">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\gearsystem_libretro.dll %ROM%</command>
<command label="Mesen (Standalone)">%EMULATOR_MESEN% --fullscreen %ROM%</command>
<platform>sg-1000</platform>
<theme>multivision</theme>
</system>