mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-25 07:35:38 +00:00
Added support for the Nintendo Super Game Boy (sgb) game system.
This commit is contained in:
parent
85e070e527
commit
52a16c2cf6
|
@ -1268,6 +1268,17 @@
|
|||
<platform>sg-1000</platform>
|
||||
<theme>sg-1000</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>sgb</name>
|
||||
<fullname>Nintendo Super Game Boy</fullname>
|
||||
<path>%ROMPATH%/sgb</path>
|
||||
<extension>.gb .GB .gbc .GBC .sgb .SGB .7z .7Z .zip .ZIP</extension>
|
||||
<command label="Mesen-S">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/mesen-s_libretro.dylib %ROM%</command>
|
||||
<command label="mGBA">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/mgba_libretro.dylib %ROM%</command>
|
||||
<command label="mGBA (Standalone)">%EMULATOR_MGBA% -f %ROM%</command>
|
||||
<platform>gb</platform>
|
||||
<theme>sgb</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>snes</name>
|
||||
<fullname>Nintendo SNES (Super Nintendo)</fullname>
|
||||
|
|
|
@ -1287,6 +1287,17 @@
|
|||
<platform>sg-1000</platform>
|
||||
<theme>sg-1000</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>sgb</name>
|
||||
<fullname>Nintendo Super Game Boy</fullname>
|
||||
<path>%ROMPATH%/sgb</path>
|
||||
<extension>.gb .GB .gbc .GBC .sgb .SGB .7z .7Z .zip .ZIP</extension>
|
||||
<command label="Mesen-S">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/mesen-s_libretro.so %ROM%</command>
|
||||
<command label="mGBA">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/mgba_libretro.so %ROM%</command>
|
||||
<command label="mGBA (Standalone)">%EMULATOR_MGBA% -f %ROM%</command>
|
||||
<platform>gb</platform>
|
||||
<theme>sgb</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>snes</name>
|
||||
<fullname>Nintendo SNES (Super Nintendo)</fullname>
|
||||
|
|
|
@ -1289,6 +1289,17 @@
|
|||
<platform>sg-1000</platform>
|
||||
<theme>sg-1000</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>sgb</name>
|
||||
<fullname>Nintendo Super Game Boy</fullname>
|
||||
<path>%ROMPATH%\sgb</path>
|
||||
<extension>.gb .GB .gbc .GBC .sgb .SGB .7z .7Z .zip .ZIP</extension>
|
||||
<command label="Mesen-S">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\mesen-s_libretro.dll %ROM%</command>
|
||||
<command label="mGBA">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\mgba_libretro.dll %ROM%</command>
|
||||
<command label="mGBA (Standalone)">%EMULATOR_MGBA% -f %ROM%</command>
|
||||
<platform>gb</platform>
|
||||
<theme>sgb</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>snes</name>
|
||||
<fullname>Nintendo SNES (Super Nintendo)</fullname>
|
||||
|
|
Loading…
Reference in a new issue