diff --git a/es-app/src/scrapers/GamesDBJSONScraper.cpp b/es-app/src/scrapers/GamesDBJSONScraper.cpp index fb94ea406..444d000d3 100644 --- a/es-app/src/scrapers/GamesDBJSONScraper.cpp +++ b/es-app/src/scrapers/GamesDBJSONScraper.cpp @@ -68,7 +68,7 @@ namespace {MSX2, "4929"}, {MSX_TURBO_R, "4929"}, {SNK_NEO_GEO, "24"}, - {SNK_NEO_GEO_CD, "24"}, + {SNK_NEO_GEO_CD, "4956"}, {SNK_NEO_GEO_POCKET, "4922"}, {SNK_NEO_GEO_POCKET_COLOR, "4923"}, {NINTENDO_3DS, "4912"}, diff --git a/es-app/src/scrapers/ScreenScraper.cpp b/es-app/src/scrapers/ScreenScraper.cpp index 3ad6de289..879fd46b4 100644 --- a/es-app/src/scrapers/ScreenScraper.cpp +++ b/es-app/src/scrapers/ScreenScraper.cpp @@ -64,7 +64,7 @@ namespace {MSX2, 116}, {MSX_TURBO_R, 118}, {SNK_NEO_GEO, 142}, - {SNK_NEO_GEO_CD, 142}, + {SNK_NEO_GEO_CD, 70}, {SNK_NEO_GEO_POCKET, 25}, {SNK_NEO_GEO_POCKET_COLOR, 82}, {NINTENDO_3DS, 17},