Added support for the Nintendo Super Game Boy (sgb) game system.

This commit is contained in:
Leon Styhre 2022-07-14 18:47:03 +02:00
parent 85e070e527
commit 52a16c2cf6
3 changed files with 33 additions and 0 deletions

View file

@ -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>

View file

@ -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>

View file

@ -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>