mirror of
https://github.com/FunKey-Project/gpsp_libretro.git
synced 2026-05-03 03:19:29 +02:00
12 lines
183 B
Bash
Executable File
12 lines
183 B
Bash
Executable File
#!/bin/sh
|
|
|
|
if [ ! -f romdir.txt ]; then
|
|
echo -n "/media/" > romdir.txt
|
|
fi
|
|
sudo -n /usr/pandora/scripts/op_lcdrate.sh 60
|
|
|
|
./gpsp "$@"
|
|
|
|
# restore stuff in case of crash
|
|
./picorestore
|