RetroDECK/emu-configs/pico-8/pico8-wrapper.sh

7 lines
249 B
Bash
Raw Normal View History

2023-04-16 16:35:50 +00:00
#!/bin/bash
# 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
2023-06-10 12:28:20 +00:00
~/.lexaloffle/pico-8/pico8 "$@"