RetroDECK/emu-configs/pico-8/pico8-wrapper.sh
2023-06-10 08:28:20 -04:00

7 lines
249 B
Bash

#!/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
~/.lexaloffle/pico-8/pico8 "$@"