RetroDECK
RetroDECK copied to clipboard
PICO-8 roms cannot be launched from ES-DE
SPLORE is working fine in the Tools section but if I try to launch PICO-8 rom from the PICO-8 system in ES-DE it doesn't run.
This line should be the issue: https://github.com/XargonWan/RetroDECK/blob/539159104416e3d417cf83d2dd79205c7a96a647/es-configs/es_systems.xml#L1445
Wontfix because in ES-DE 1.2.5 will be introduced the native support for PICO-8
Original ES-DE lines:
<system>
<name>pico8</name>
<fullname>PICO-8 Fantasy Console</fullname>
<path>%ROMPATH%/pico8</path>
<extension>.p8 .P8 .png .PNG</extension>
<command label="PICO-8 (Standalone)">%EMULATOR_PICO-8% -root_path %GAMEDIR% -run %ROM%</command>
<command label="PICO-8 Splore (Standalone)">%EMULATOR_PICO-8% -root_path %GAMEDIR% -splore</command>
<platform>pico8</platform>
<theme>pico8</theme>
</system>