aboutsummaryrefslogtreecommitdiff
path: root/dists/motomagx/pep/app/scummvm.sh
diff options
context:
space:
mode:
Diffstat (limited to 'dists/motomagx/pep/app/scummvm.sh')
-rwxr-xr-xdists/motomagx/pep/app/scummvm.sh16
1 files changed, 16 insertions, 0 deletions
diff --git a/dists/motomagx/pep/app/scummvm.sh b/dists/motomagx/pep/app/scummvm.sh
new file mode 100755
index 0000000000..fdab4e716f
--- /dev/null
+++ b/dists/motomagx/pep/app/scummvm.sh
@@ -0,0 +1,16 @@
+#!/bin/sh
+GAMES=/mmc/mmca1/.Games
+export DATA_DIR=$GAMES/.data/ScummVM
+export LD_LIBRARY_PATH=$GAMES/.lib:$LD_LIBRARY_PATH
+# uncomment next line if you wanna 270-degrees clockwise rotated screen
+#export SDL_QT_INVERT_ROTATION=1
+
+GAME_PATH=`basename $0`
+GAME_PATH=`echo $0 | sed -e 's/'$GAME_PATH'//g'`
+cd "$GAME_PATH"
+
+export HOME="$GAME_PATH"
+
+export LD_PREADLOAD=/usr/lib/libtaskman.so
+
+exec ./scummvm -g 1x