diff --git a/es-app/src/PlatformId.cpp b/es-app/src/PlatformId.cpp index fec5a521e..d933788c8 100644 --- a/es-app/src/PlatformId.cpp +++ b/es-app/src/PlatformId.cpp @@ -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 diff --git a/es-app/src/PlatformId.h b/es-app/src/PlatformId.h index 0cb6e8c76..a61785314 100644 --- a/es-app/src/PlatformId.h +++ b/es-app/src/PlatformId.h @@ -130,6 +130,7 @@ namespace PlatformIds SEGA_SG1000, NINTENDO_SUPER_GAME_BOY, SUPER_NINTENDO, + SUPER_NINTENDO_MSU1, GAMEENGINE_SOLARUS, SPECTRAVIDEO, VALVE_STEAM, diff --git a/es-app/src/scrapers/ScreenScraper.cpp b/es-app/src/scrapers/ScreenScraper.cpp index 206def875..fdff92249 100644 --- a/es-app/src/scrapers/ScreenScraper.cpp +++ b/es-app/src/scrapers/ScreenScraper.cpp @@ -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},