Added the snes-msu1 platform so that these games can be scraped using ScreenScraper (requires custom system config)

This commit is contained in:
Leon Styhre 2023-10-23 21:12:26 +02:00
parent b60c18e721
commit d50186a68d
3 changed files with 3 additions and 0 deletions

View file

@ -131,6 +131,7 @@ namespace PlatformIds
"sg-1000", // Sega SG-1000
"sgb", // Nintendo Super Game Boy
"snes", // Nintendo SNES (Super Nintendo)
"snes-msu1", // Nintendo SNES MSU-1
"solarus", // Solarus Game Engine
"spectravideo", // Spectravideo
"steam", // Valve Steam

View file

@ -130,6 +130,7 @@ namespace PlatformIds
SEGA_SG1000,
NINTENDO_SUPER_GAME_BOY,
SUPER_NINTENDO,
SUPER_NINTENDO_MSU1,
GAMEENGINE_SOLARUS,
SPECTRAVIDEO,
VALVE_STEAM,

View file

@ -142,6 +142,7 @@ namespace
{SONY_PLAYSTATION_PORTABLE, 61},
{SAMCOUPE, 213},
{SUPER_NINTENDO, 4},
{SUPER_NINTENDO_MSU1, 210},
{NEC_SUPERGRAFX, 105},
{GAMEENGINE_TIC80, 222},
{NEC_PC_8800, 221},