mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
Added Mesen standalone as an alternative emulator for the multivision system on Linux, Unix and Windows
This commit is contained in:
parent
ab3f92f6de
commit
566a9941e8
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue