mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-18 07:05:39 +00:00
Added a new pcwindows platform for scraping PC (Windows) games.
This commit is contained in:
parent
b2f70971ef
commit
f27ac9d26b
|
@ -90,6 +90,7 @@ namespace PlatformIds
|
|||
"pcengine", // NEC PC Engine / TurboGrafx-16
|
||||
"pcenginecd", // NEC PC Engine CD / TurboGrafx-CD
|
||||
"pcfx", // NEC PC-FX
|
||||
"pcwindows", // PC (Windows)
|
||||
"pico8", // PICO-8 game engine
|
||||
"pokemini", // Nintendo Pokémon Mini
|
||||
"ps2", // Sony PlayStation 2
|
||||
|
|
|
@ -89,6 +89,7 @@ namespace PlatformIds
|
|||
NEC_PC_ENGINE,
|
||||
NEC_PC_ENGINE_CD,
|
||||
NEC_PCFX,
|
||||
PC_WINDOWS,
|
||||
GAMEENGINE_PICO8,
|
||||
NINTENDO_POKEMON_MINI,
|
||||
SONY_PLAYSTATION_2,
|
||||
|
|
|
@ -93,6 +93,7 @@ namespace
|
|||
{DOS, "1"},
|
||||
{GAMEENGINE_SCUMMVM, "1"},
|
||||
{PC, "1"},
|
||||
{PC_WINDOWS, "1"},
|
||||
{VALVE_STEAM, "1"},
|
||||
{NEC_PCFX, "4930"},
|
||||
{PHILIPS_CDI, "4917"},
|
||||
|
|
|
@ -89,6 +89,7 @@ namespace
|
|||
{BANDAI_SUFAMI_TURBO, 108},
|
||||
{DOS, 135},
|
||||
{PC, 135},
|
||||
{PC_WINDOWS, 138},
|
||||
{VALVE_STEAM, 138},
|
||||
{NEC_PCFX, 72},
|
||||
{GAMEENGINE_PICO8, 234},
|
||||
|
|
Loading…
Reference in a new issue