RetroDECK/config/pico-8/pico8-wrapper.sh

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 "$@"