mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
Added TheGamesDB scraper support for the Nintendo Switch platform.
This commit is contained in:
parent
10a2b72063
commit
8feb42b56a
|
@ -80,6 +80,7 @@ const std::map<PlatformId, std::string> gamesdb_new_platformid_map {
|
|||
{ NINTENDO_GAME_AND_WATCH, "4950" },
|
||||
{ NINTENDO_POKEMON_MINI, "4957" },
|
||||
{ NINTENDO_SATELLAVIEW, "6" },
|
||||
{ NINTENDO_SWITCH, "4971" },
|
||||
{ BANDAI_SUFAMI_TURBO, "6" },
|
||||
{ DOS, "1" },
|
||||
{ PC, "1" },
|
||||
|
|
Loading…
Reference in a new issue