From b3b8b8c8978da7a52b3ceeb8a54fb9719358666e Mon Sep 17 00:00:00 2001 From: icenine451 Date: Sat, 10 Jun 2023 08:28:20 -0400 Subject: [PATCH] Update PICO-8 wrapper --- emu-configs/pico-8/pico8-wrapper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "$@"