mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
7 lines
249 B
Bash
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 "$@"
|