From ab1e51a77ce6f4ebec8eacf18c87f2d6d8bc1ca3 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Mon, 23 May 2022 18:50:23 +0200 Subject: [PATCH] Added TheGamesDB scraper support for the atomiswave and naomi platforms. --- es-app/src/scrapers/GamesDBJSONScraper.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/es-app/src/scrapers/GamesDBJSONScraper.cpp b/es-app/src/scrapers/GamesDBJSONScraper.cpp index f74f0c34b..fe161c1b2 100644 --- a/es-app/src/scrapers/GamesDBJSONScraper.cpp +++ b/es-app/src/scrapers/GamesDBJSONScraper.cpp @@ -44,6 +44,8 @@ namespace {AMSTRAD_CPC, "4914"}, {APPLE_II, "4942"}, {ARCADE, "23"}, + {ATOMISWAVE, "23"}, + {SEGA_NAOMI, "23"}, {ARCADIA_2001, "4963"}, {BALLY_ASTROCADE, "4968"}, {ATARI_800, "4943"},