Added platform and scraper support for PICO-8 game engine.

This commit is contained in:
Leon Styhre 2022-04-10 12:50:03 +02:00
parent 65c940f764
commit ea2c4444b0
3 changed files with 3 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
"pico8", // PICO-8 game engine
"pokemini", // Nintendo Pokémon Mini "pokemini", // Nintendo Pokémon Mini
"ps2", // Sony PlayStation 2 "ps2", // Sony PlayStation 2
"ps3", // Sony PlayStation 3 "ps3", // Sony PlayStation 3

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,
GAMEENGINE_PICO8,
NINTENDO_POKEMON_MINI, NINTENDO_POKEMON_MINI,
SONY_PLAYSTATION_2, SONY_PLAYSTATION_2,
SONY_PLAYSTATION_3, SONY_PLAYSTATION_3,

View file

@ -90,6 +90,7 @@ namespace
{PC, 135}, {PC, 135},
{VALVE_STEAM, 135}, {VALVE_STEAM, 135},
{NEC_PCFX, 72}, {NEC_PCFX, 72},
{GAMEENGINE_PICO8, 234},
{PHILIPS_CDI, 133}, {PHILIPS_CDI, 133},
{GAMEENGINE_OPENBOR, 214}, {GAMEENGINE_OPENBOR, 214},
{TANGERINE_ORIC, 131}, {TANGERINE_ORIC, 131},