mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-02-16 20:15:38 +00:00
Added the snes-msu1 platform so that these games can be scraped using ScreenScraper (requires custom system config)
This commit is contained in:
parent
b60c18e721
commit
d50186a68d
|
@ -131,6 +131,7 @@ namespace PlatformIds
|
||||||
"sg-1000", // Sega SG-1000
|
"sg-1000", // Sega SG-1000
|
||||||
"sgb", // Nintendo Super Game Boy
|
"sgb", // Nintendo Super Game Boy
|
||||||
"snes", // Nintendo SNES (Super Nintendo)
|
"snes", // Nintendo SNES (Super Nintendo)
|
||||||
|
"snes-msu1", // Nintendo SNES MSU-1
|
||||||
"solarus", // Solarus Game Engine
|
"solarus", // Solarus Game Engine
|
||||||
"spectravideo", // Spectravideo
|
"spectravideo", // Spectravideo
|
||||||
"steam", // Valve Steam
|
"steam", // Valve Steam
|
||||||
|
|
|
@ -130,6 +130,7 @@ namespace PlatformIds
|
||||||
SEGA_SG1000,
|
SEGA_SG1000,
|
||||||
NINTENDO_SUPER_GAME_BOY,
|
NINTENDO_SUPER_GAME_BOY,
|
||||||
SUPER_NINTENDO,
|
SUPER_NINTENDO,
|
||||||
|
SUPER_NINTENDO_MSU1,
|
||||||
GAMEENGINE_SOLARUS,
|
GAMEENGINE_SOLARUS,
|
||||||
SPECTRAVIDEO,
|
SPECTRAVIDEO,
|
||||||
VALVE_STEAM,
|
VALVE_STEAM,
|
||||||
|
|
|
@ -142,6 +142,7 @@ namespace
|
||||||
{SONY_PLAYSTATION_PORTABLE, 61},
|
{SONY_PLAYSTATION_PORTABLE, 61},
|
||||||
{SAMCOUPE, 213},
|
{SAMCOUPE, 213},
|
||||||
{SUPER_NINTENDO, 4},
|
{SUPER_NINTENDO, 4},
|
||||||
|
{SUPER_NINTENDO_MSU1, 210},
|
||||||
{NEC_SUPERGRAFX, 105},
|
{NEC_SUPERGRAFX, 105},
|
||||||
{GAMEENGINE_TIC80, 222},
|
{GAMEENGINE_TIC80, 222},
|
||||||
{NEC_PC_8800, 221},
|
{NEC_PC_8800, 221},
|
||||||
|
|
Loading…
Reference in a new issue