mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-25 07:35:38 +00:00
Added platform and scraper support for PICO-8 game engine.
This commit is contained in:
parent
65c940f764
commit
ea2c4444b0
|
@ -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
|
||||||
|
|
|
@ -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,
|
||||||
|
|
|
@ -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},
|
||||||
|
|
Loading…
Reference in a new issue