Skip to content

Commit e7c978e

Browse files
committed
Remove -desktop_path arg for PICO-8, will be handled by launcher so screenshot_path variable can be read instead of hard-coding here
1 parent 3558065 commit e7c978e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/systems/linux/es_systems.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1625,8 +1625,8 @@
16251625
<fullname>PICO-8 Fantasy Console</fullname>
16261626
<path>%ROMPATH%/pico8</path>
16271627
<extension>.p8 .P8 .png .PNG</extension>
1628-
<command label="PICO-8 (Standalone)">%EMULATOR_PICO-8% -desktop_path ~/retrodeck/screenshots -root_path %GAMEDIR% -run %ROM%</command>
1629-
<command label="PICO-8 Splore (Standalone)">%EMULATOR_PICO-8% -desktop_path ~/retrodeck/screenshots -root_path %GAMEDIR% -splore</command>
1628+
<command label="PICO-8 (Standalone)">%EMULATOR_PICO-8% -root_path %GAMEDIR% -run %ROM%</command>
1629+
<command label="PICO-8 Splore (Standalone)">%EMULATOR_PICO-8% -root_path %GAMEDIR% -splore</command>
16301630
<command label="Retro8">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/retro8_libretro.so %ROM%</command>
16311631
<platform>pico8</platform>
16321632
<theme>pico8</theme>

0 commit comments

Comments
 (0)