From 65c940f7642220463187bb88dab2ab4c6ffbffa7 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Sun, 10 Apr 2022 12:37:04 +0200 Subject: [PATCH] Added missing scraper entries for samcoupe and zx81 for TheGamesDB and zmachine for ScreenScraper. --- es-app/src/scrapers/GamesDBJSONScraper.cpp | 2 ++ es-app/src/scrapers/ScreenScraper.cpp | 1 + 2 files changed, 3 insertions(+) diff --git a/es-app/src/scrapers/GamesDBJSONScraper.cpp b/es-app/src/scrapers/GamesDBJSONScraper.cpp index 444d000d3..d74652ab5 100644 --- a/es-app/src/scrapers/GamesDBJSONScraper.cpp +++ b/es-app/src/scrapers/GamesDBJSONScraper.cpp @@ -95,6 +95,7 @@ namespace {VALVE_STEAM, "1"}, {NEC_PCFX, "4930"}, {PHILIPS_CDI, "4917"}, + {SAMCOUPE, "4979"}, {SEGA_32X, "33"}, {SEGA_CD, "21"}, {SEGA_DREAMCAST, "16"}, @@ -121,6 +122,7 @@ namespace {BANDAI_WONDERSWAN, "4925"}, {BANDAI_WONDERSWAN_COLOR, "4926"}, {SINCLAIR_ZX_SPECTRUM, "4913"}, + {SINCLAIR_ZX81_SINCLAR, "5010"}, {VIDEOPAC_ODYSSEY2, "4927"}, {VECTREX, "4939"}, {TANDY_COLOR_COMPUTER, "4941"}, diff --git a/es-app/src/scrapers/ScreenScraper.cpp b/es-app/src/scrapers/ScreenScraper.cpp index 879fd46b4..347773897 100644 --- a/es-app/src/scrapers/ScreenScraper.cpp +++ b/es-app/src/scrapers/ScreenScraper.cpp @@ -106,6 +106,7 @@ namespace {SHARP_X1, 220}, {SHARP_X68000, 79}, {GAMEENGINE_SOLARUS, 223}, + {GAMEENGINE_Z_MACHINE, 215}, {SONY_PLAYSTATION, 57}, {SONY_PLAYSTATION_2, 58}, {SONY_PLAYSTATION_3, 59},