From 6f35f1647059f85b0a9a73a56c54e3fbbb5c7b37 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Mon, 3 Jan 2022 18:22:41 +0100 Subject: [PATCH] Added a missing scummvm system entry for the TheGamesDB scraper. --- es-app/src/scrapers/GamesDBJSONScraper.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/es-app/src/scrapers/GamesDBJSONScraper.cpp b/es-app/src/scrapers/GamesDBJSONScraper.cpp index bcd8f3772..10fdc57be 100644 --- a/es-app/src/scrapers/GamesDBJSONScraper.cpp +++ b/es-app/src/scrapers/GamesDBJSONScraper.cpp @@ -90,6 +90,7 @@ namespace {NINTENDO_SWITCH, "4971"}, {BANDAI_SUFAMI_TURBO, "6"}, {DOS, "1"}, + {GAMEENGINE_SCUMMVM, "1"}, {PC, "1"}, {VALVE_STEAM, "1"}, {NEC_PCFX, "4930"},