From 4859f0c980b62431222364f62d7f240361fb02f9 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Sun, 10 Apr 2022 12:13:35 +0200 Subject: [PATCH] neogeocd is now scraped specifically as 'Neo Geo CD' instead of the more general 'Neo Geo'. --- es-app/src/scrapers/GamesDBJSONScraper.cpp | 2 +- es-app/src/scrapers/ScreenScraper.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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},