mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 14:15:38 +00:00
Merge pull request #363 from jrassa/g-w-scraper-fix
fix platform name for game and watch
This commit is contained in:
commit
bb678eecd1
|
@ -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 & Watch" },
|
||||
{ PC, "PC" },
|
||||
{ SEGA_32X, "Sega 32X" },
|
||||
{ SEGA_CD, "Sega CD" },
|
||||
|
|
Loading…
Reference in a new issue