Merge pull request #313 from tomaz82/fix_scraper

Fix NES and SNES scraper that broke during boost cleanup
This commit is contained in:
Jools Wills 2017-11-18 17:43:22 +00:00 committed by GitHub
commit 5d66bf107a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,7 +38,7 @@ const std::map<PlatformId, const char*> 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<PlatformId, const char*> 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" },