mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-18 07:05:39 +00:00
Merge pull request #313 from tomaz82/fix_scraper
Fix NES and SNES scraper that broke during boost cleanup
This commit is contained in:
commit
5d66bf107a
|
@ -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" },
|
||||
|
|
Loading…
Reference in a new issue