From a8f75b1dbe723b71e0a41c90bf20eb4b3f28bbc9 Mon Sep 17 00:00:00 2001 From: ottopower Date: Tue, 9 May 2017 20:03:39 +0200 Subject: [PATCH] PSP Scraper The PSP scraper did not work, updated with "Sony Playstation Portable". This is probably due to a change in the PSP pages of thegamesdb.net where you can see: Sony Playstation Portable --- 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 6fbe3ef393..77fd2392b3 100644 --- a/es-app/src/scrapers/GamesDBScraper.cpp +++ b/es-app/src/scrapers/GamesDBScraper.cpp @@ -58,7 +58,7 @@ const std::map gamesdb_platformid_map = boost::assign:: (PLAYSTATION_3, "Sony Playstation 3") (PLAYSTATION_4, "Sony Playstation 4") (PLAYSTATION_VITA, "Sony Playstation Vita") - (PLAYSTATION_PORTABLE, "Sony PSP") + (PLAYSTATION_PORTABLE, "Sony Playstation Portable") (SUPER_NINTENDO, "Super Nintendo (SNES)") (TURBOGRAFX_16, "TurboGrafx 16") (WONDERSWAN, "WonderSwan")