RetroDECK icon indicating copy to clipboard operation
RetroDECK copied to clipboard

PICO-8 roms cannot be launched from ES-DE

Open XargonWan opened this issue 2 years ago • 2 comments

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

XargonWan avatar Jun 10 '22 21:06 XargonWan

Wontfix because in ES-DE 1.2.5 will be introduced the native support for PICO-8

XargonWan avatar Jun 11 '22 09:06 XargonWan

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>

XargonWan avatar Aug 30 '22 14:08 XargonWan