diff --git a/es-app/src/scrapers/GamesDBJSONScraper.cpp b/es-app/src/scrapers/GamesDBJSONScraper.cpp index cc2668cf8..1d043303a 100644 --- a/es-app/src/scrapers/GamesDBJSONScraper.cpp +++ b/es-app/src/scrapers/GamesDBJSONScraper.cpp @@ -95,6 +95,7 @@ namespace {NINTENDO_SATELLAVIEW, "6"}, {NINTENDO_SWITCH, "4971"}, {BANDAI_SUFAMI_TURBO, "6"}, + {DRAGON32, "4952"}, {DOS, "1"}, {TANGERINE_ORIC, "4986"}, {GAMEENGINE_SCUMMVM, "1"}, diff --git a/es-app/src/scrapers/ScreenScraper.cpp b/es-app/src/scrapers/ScreenScraper.cpp index daf056eee..d2cb8b23e 100644 --- a/es-app/src/scrapers/ScreenScraper.cpp +++ b/es-app/src/scrapers/ScreenScraper.cpp @@ -91,6 +91,7 @@ namespace {NINTENDO_SATELLAVIEW, 107}, {NINTENDO_SWITCH, 225}, {BANDAI_SUFAMI_TURBO, 108}, + {DRAGON32, 91}, {DOS, 135}, {PC, 135}, {PC_WINDOWS, 138},