From 00b6f161360a0135462c845c2b7d507bf9ee9873 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Wed, 13 Jul 2022 19:00:30 +0200 Subject: [PATCH] Added scraper support for the dragon32 platform. --- es-app/src/scrapers/GamesDBJSONScraper.cpp | 1 + es-app/src/scrapers/ScreenScraper.cpp | 1 + 2 files changed, 2 insertions(+) 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},