Added an sgb (Nintendo Super Game Boy) platform to improve scraping using ScreenScraper

This commit is contained in:
Leon Styhre 2023-07-02 11:21:40 +02:00
parent 569bf22690
commit a2c30cae28
7 changed files with 7 additions and 3 deletions

View file

@ -118,6 +118,7 @@ namespace PlatformIds
"sega32x", // Sega Mega Drive 32X
"segacd", // Sega CD
"sg-1000", // Sega SG-1000
"sgb", // Nintendo Super Game Boy
"snes", // Nintendo SNES (Super Nintendo)
"solarus", // Solarus Game Engine
"spectravideo", // Spectravideo

View file

@ -117,6 +117,7 @@ namespace PlatformIds
SEGA_32X,
SEGA_CD,
SEGA_SG1000,
NINTENDO_SUPER_GAME_BOY,
SUPER_NINTENDO,
GAMEENGINE_SOLARUS,
SPECTRAVIDEO,

View file

@ -89,6 +89,7 @@ namespace
{NINTENDO_GAME_BOY, "4"},
{NINTENDO_GAME_BOY_ADVANCE, "5"},
{NINTENDO_GAME_BOY_COLOR, "41"},
{NINTENDO_SUPER_GAME_BOY, "4"},
{NINTENDO_GAMECUBE, "2"},
{NINTENDO_WII, "9"},
{NINTENDO_WII_U, "38"},

View file

@ -87,6 +87,7 @@ namespace
{NINTENDO_GAME_BOY, 9},
{NINTENDO_GAME_BOY_ADVANCE, 12},
{NINTENDO_GAME_BOY_COLOR, 10},
{NINTENDO_SUPER_GAME_BOY, 127},
{NINTENDO_GAMECUBE, 13},
{NINTENDO_WII, 16},
{NINTENDO_WII_U, 18},

View file

@ -1472,7 +1472,7 @@
<command label="SameBoy">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/sameboy_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>
<platform>sgb</platform>
<theme>sgb</theme>
</system>
<system>

View file

@ -1520,7 +1520,7 @@
<command label="SameBoy">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/sameboy_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>
<platform>sgb</platform>
<theme>sgb</theme>
</system>
<system>

View file

@ -1522,7 +1522,7 @@
<command label="SameBoy">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\sameboy_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>
<platform>sgb</platform>
<theme>sgb</theme>
</system>
<system>