Fix NES and SNES scraper that broke during boost cleanup

This commit is contained in:
Tomas Jakobsson 2017-11-18 18:11:58 +01:00
parent e47bc45e25
commit 160ef73eee

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" },