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 supergrafx system on Linux, Unix and Windows
This commit is contained in:
parent
e42e61faea
commit
c740e44d0e
|
@ -1871,6 +1871,7 @@
|
|||
<command label="Beetle SuperGrafx">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/mednafen_supergrafx_libretro.so %ROM%</command>
|
||||
<command label="Beetle PCE">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/mednafen_pce_libretro.so %ROM%</command>
|
||||
<command label="Mednafen (Standalone)">%EMULATOR_MEDNAFEN% -force_module pce %ROM%</command>
|
||||
<command label="Mesen (Standalone)">%EMULATOR_MESEN% --fullscreen %ROM%</command>
|
||||
<command label="ares (Standalone)">%EMULATOR_ARES% --fullscreen --system "SuperGrafx" %ROM%</command>
|
||||
<platform>supergrafx</platform>
|
||||
<theme>supergrafx</theme>
|
||||
|
|
|
@ -1845,6 +1845,7 @@
|
|||
<command label="Beetle SuperGrafx">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/mednafen_supergrafx_libretro.so %ROM%</command>
|
||||
<command label="Beetle PCE">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/mednafen_pce_libretro.so %ROM%</command>
|
||||
<command label="Mednafen (Standalone)">%EMULATOR_MEDNAFEN% -force_module pce %ROM%</command>
|
||||
<command label="Mesen (Standalone)">%EMULATOR_MESEN% --fullscreen %ROM%</command>
|
||||
<command label="ares (Standalone)">%EMULATOR_ARES% --fullscreen --system "SuperGrafx" %ROM%</command>
|
||||
<platform>supergrafx</platform>
|
||||
<theme>supergrafx</theme>
|
||||
|
|
|
@ -1859,6 +1859,7 @@
|
|||
<command label="Beetle SuperGrafx">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\mednafen_supergrafx_libretro.dll %ROM%</command>
|
||||
<command label="Beetle PCE">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\mednafen_pce_libretro.dll %ROM%</command>
|
||||
<command label="Mednafen (Standalone)">%EMULATOR_MEDNAFEN% -force_module pce %ROM%</command>
|
||||
<command label="Mesen (Standalone)">%EMULATOR_MESEN% --fullscreen %ROM%</command>
|
||||
<command label="ares (Standalone)">%EMULATOR_ARES% --fullscreen --system "SuperGrafx" %ROM%</command>
|
||||
<platform>supergrafx</platform>
|
||||
<theme>supergrafx</theme>
|
||||
|
|
Loading…
Reference in a new issue