From 160ef73eee27f2fbd25063e7c4490bd09b15be4d Mon Sep 17 00:00:00 2001 From: Tomas Jakobsson Date: Sat, 18 Nov 2017 18:11:58 +0100 Subject: [PATCH] Fix NES and SNES scraper that broke during boost cleanup --- es-app/src/scrapers/GamesDBScraper.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/es-app/src/scrapers/GamesDBScraper.cpp b/es-app/src/scrapers/GamesDBScraper.cpp index 97b863963..cc76d8903 100644 --- a/es-app/src/scrapers/GamesDBScraper.cpp +++ b/es-app/src/scrapers/GamesDBScraper.cpp @@ -38,7 +38,7 @@ const std::map gamesdb_platformid_map { { NINTENDO_64, "Nintendo 64" }, { NINTENDO_DS, "Nintendo DS" }, { FAMICOM_DISK_SYSTEM, "Famicom Disk System" }, - { NINTENDO_ENTERTAINMENT_SYSTEM, "Nintendo Entertainment System { NES)" }, + { NINTENDO_ENTERTAINMENT_SYSTEM, "Nintendo Entertainment System (NES)" }, { GAME_BOY, "Nintendo Game Boy" }, { GAME_BOY_ADVANCE, "Nintendo Game Boy Advance" }, { GAME_BOY_COLOR, "Nintendo Game Boy Color" }, @@ -63,7 +63,7 @@ const std::map gamesdb_platformid_map { { PLAYSTATION_4, "Sony Playstation 4" }, { PLAYSTATION_VITA, "Sony Playstation Vita" }, { PLAYSTATION_PORTABLE, "Sony Playstation Portable" }, - { SUPER_NINTENDO, "Super Nintendo { SNES)" }, + { SUPER_NINTENDO, "Super Nintendo (SNES)" }, { TURBOGRAFX_16, "TurboGrafx 16" }, { WONDERSWAN, "WonderSwan" }, { WONDERSWAN_COLOR, "WonderSwan Color" },