diff --git a/emu-configs/pico-8/pico8-wrapper.sh b/emu-configs/pico-8/pico8-wrapper.sh index 7581e17f..4a90a91c 100644 --- a/emu-configs/pico-8/pico8-wrapper.sh +++ b/emu-configs/pico-8/pico8-wrapper.sh @@ -3,4 +3,4 @@ # This is a wrapper function for PICO8, as ES-DE does not appear to be able to find it outside of the /app/bin location. # Users should still put the real binary in the ~/retrodeck/bios/pico-8/ location -~/retrodeck/bios/pico-8/pico8 +~/.lexaloffle/pico-8/pico8 "$@"