diff --git a/es-app/src/PlatformId.cpp b/es-app/src/PlatformId.cpp index daeb6d545..860993052 100644 --- a/es-app/src/PlatformId.cpp +++ b/es-app/src/PlatformId.cpp @@ -90,6 +90,7 @@ namespace PlatformIds "pcengine", // NEC PC Engine / TurboGrafx-16 "pcenginecd", // NEC PC Engine CD / TurboGrafx-CD "pcfx", // NEC PC-FX + "pico8", // PICO-8 game engine "pokemini", // Nintendo Pokémon Mini "ps2", // Sony PlayStation 2 "ps3", // Sony PlayStation 3 diff --git a/es-app/src/PlatformId.h b/es-app/src/PlatformId.h index 892e5eb0d..7a25b9ec9 100644 --- a/es-app/src/PlatformId.h +++ b/es-app/src/PlatformId.h @@ -89,6 +89,7 @@ namespace PlatformIds NEC_PC_ENGINE, NEC_PC_ENGINE_CD, NEC_PCFX, + GAMEENGINE_PICO8, NINTENDO_POKEMON_MINI, SONY_PLAYSTATION_2, SONY_PLAYSTATION_3, diff --git a/es-app/src/scrapers/ScreenScraper.cpp b/es-app/src/scrapers/ScreenScraper.cpp index 347773897..7807fba1f 100644 --- a/es-app/src/scrapers/ScreenScraper.cpp +++ b/es-app/src/scrapers/ScreenScraper.cpp @@ -90,6 +90,7 @@ namespace {PC, 135}, {VALVE_STEAM, 135}, {NEC_PCFX, 72}, + {GAMEENGINE_PICO8, 234}, {PHILIPS_CDI, 133}, {GAMEENGINE_OPENBOR, 214}, {TANGERINE_ORIC, 131},