Added a new pcwindows platform for scraping PC (Windows) games.

This commit is contained in:
Leon Styhre 2022-05-14 12:02:24 +02:00
parent b2f70971ef
commit f27ac9d26b
4 changed files with 4 additions and 0 deletions

View file

@ -90,6 +90,7 @@ namespace PlatformIds
"pcengine", // NEC PC Engine / TurboGrafx-16 "pcengine", // NEC PC Engine / TurboGrafx-16
"pcenginecd", // NEC PC Engine CD / TurboGrafx-CD "pcenginecd", // NEC PC Engine CD / TurboGrafx-CD
"pcfx", // NEC PC-FX "pcfx", // NEC PC-FX
"pcwindows", // PC (Windows)
"pico8", // PICO-8 game engine "pico8", // PICO-8 game engine
"pokemini", // Nintendo Pokémon Mini "pokemini", // Nintendo Pokémon Mini
"ps2", // Sony PlayStation 2 "ps2", // Sony PlayStation 2

View file

@ -89,6 +89,7 @@ namespace PlatformIds
NEC_PC_ENGINE, NEC_PC_ENGINE,
NEC_PC_ENGINE_CD, NEC_PC_ENGINE_CD,
NEC_PCFX, NEC_PCFX,
PC_WINDOWS,
GAMEENGINE_PICO8, GAMEENGINE_PICO8,
NINTENDO_POKEMON_MINI, NINTENDO_POKEMON_MINI,
SONY_PLAYSTATION_2, SONY_PLAYSTATION_2,

View file

@ -93,6 +93,7 @@ namespace
{DOS, "1"}, {DOS, "1"},
{GAMEENGINE_SCUMMVM, "1"}, {GAMEENGINE_SCUMMVM, "1"},
{PC, "1"}, {PC, "1"},
{PC_WINDOWS, "1"},
{VALVE_STEAM, "1"}, {VALVE_STEAM, "1"},
{NEC_PCFX, "4930"}, {NEC_PCFX, "4930"},
{PHILIPS_CDI, "4917"}, {PHILIPS_CDI, "4917"},

View file

@ -89,6 +89,7 @@ namespace
{BANDAI_SUFAMI_TURBO, 108}, {BANDAI_SUFAMI_TURBO, 108},
{DOS, 135}, {DOS, 135},
{PC, 135}, {PC, 135},
{PC_WINDOWS, 138},
{VALVE_STEAM, 138}, {VALVE_STEAM, 138},
{NEC_PCFX, 72}, {NEC_PCFX, 72},
{GAMEENGINE_PICO8, 234}, {GAMEENGINE_PICO8, 234},