Merge pull request #363 from jrassa/g-w-scraper-fix

fix platform name for game and watch
This commit is contained in:
Jools Wills 2018-02-01 03:50:48 +00:00 committed by GitHub
commit bb678eecd1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,7 +46,7 @@ const std::map<PlatformId, const char*> gamesdb_platformid_map {
{ NINTENDO_WII, "Nintendo Wii" },
{ NINTENDO_WII_U, "Nintendo Wii U" },
{ NINTENDO_VIRTUAL_BOY, "Nintendo Virtual Boy" },
{ NINTENDO_GAME_AND_WATCH, "Game & Watch" },
{ NINTENDO_GAME_AND_WATCH, "Game &amp; Watch" },
{ PC, "PC" },
{ SEGA_32X, "Sega 32X" },
{ SEGA_CD, "Sega CD" },