mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-02-23 14:55:39 +00:00
Update GamesDBScraper.cpp
Fixes platform name for Neo Geo so that the scraper works
This commit is contained in:
parent
e95eb4eea6
commit
fb327d5bac
|
@ -29,7 +29,7 @@ const std::map<PlatformId, const char*> gamesdb_platformid_map = boost::assign::
|
||||||
(XBOX, "Microsoft Xbox")
|
(XBOX, "Microsoft Xbox")
|
||||||
(XBOX_360, "Microsoft Xbox 360")
|
(XBOX_360, "Microsoft Xbox 360")
|
||||||
// missing MSX
|
// missing MSX
|
||||||
(NEOGEO, "NeoGeo")
|
(NEOGEO, "Neo Geo")
|
||||||
(NEOGEO_POCKET, "Neo Geo Pocket")
|
(NEOGEO_POCKET, "Neo Geo Pocket")
|
||||||
(NEOGEO_POCKET_COLOR, "Neo Geo Pocket Color")
|
(NEOGEO_POCKET_COLOR, "Neo Geo Pocket Color")
|
||||||
(NINTENDO_3DS, "Nintendo 3DS")
|
(NINTENDO_3DS, "Nintendo 3DS")
|
||||||
|
|
Loading…
Reference in a new issue