From 4eae72621a64915edc1c308d0eef79911de3099b Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Sun, 12 Jun 2022 15:41:48 +0200 Subject: [PATCH] Added TheGamesDB support for the oric and ti99 platforms. --- es-app/src/scrapers/GamesDBJSONScraper.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/es-app/src/scrapers/GamesDBJSONScraper.cpp b/es-app/src/scrapers/GamesDBJSONScraper.cpp index fe161c1b2..4a3f9954f 100644 --- a/es-app/src/scrapers/GamesDBJSONScraper.cpp +++ b/es-app/src/scrapers/GamesDBJSONScraper.cpp @@ -94,6 +94,7 @@ namespace {NINTENDO_SWITCH, "4971"}, {BANDAI_SUFAMI_TURBO, "6"}, {DOS, "1"}, + {TANGERINE_ORIC, "4986"}, {GAMEENGINE_SCUMMVM, "1"}, {PC, "1"}, {PC_WINDOWS, "1"}, @@ -131,7 +132,8 @@ namespace {VIDEOPAC_ODYSSEY2, "4927"}, {VECTREX, "4939"}, {TANDY_COLOR_COMPUTER, "4941"}, - {TANDY_TRS80, "4941"}}; + {TANDY_TRS80, "4941"}, + {TEXAS_INSTRUMENTS_TI99, "4953"}}; } // namespace