From d223831d534af1924fb75e0951712091fe72782e Mon Sep 17 00:00:00 2001 From: John Rassa Date: Tue, 30 Jan 2018 20:16:30 -0800 Subject: [PATCH] fix platform name for game and watch --- es-app/src/scrapers/GamesDBScraper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/es-app/src/scrapers/GamesDBScraper.cpp b/es-app/src/scrapers/GamesDBScraper.cpp index 4ccc591af..2bcbb86a9 100644 --- a/es-app/src/scrapers/GamesDBScraper.cpp +++ b/es-app/src/scrapers/GamesDBScraper.cpp @@ -46,7 +46,7 @@ const std::map gamesdb_platformid_map { { NINTENDO_WII, "Nintendo Wii" }, { NINTENDO_WII_U, "Nintendo Wii U" }, { NINTENDO_VIRTUAL_BOY, "Nintendo Virtual Boy" }, - { NINTENDO_GAME_AND_WATCH, "Game & Watch" }, + { NINTENDO_GAME_AND_WATCH, "Game & Watch" }, { PC, "PC" }, { SEGA_32X, "Sega 32X" }, { SEGA_CD, "Sega CD" },