aboutsummaryrefslogtreecommitdiff
path: root/dists/motomagx/mgx/scummvm.lin
diff options
context:
space:
mode:
Diffstat (limited to 'dists/motomagx/mgx/scummvm.lin')
-rw-r--r--dists/motomagx/mgx/scummvm.lin9
1 files changed, 9 insertions, 0 deletions
diff --git a/dists/motomagx/mgx/scummvm.lin b/dists/motomagx/mgx/scummvm.lin
new file mode 100644
index 0000000000..7f9ec594c5
--- /dev/null
+++ b/dists/motomagx/mgx/scummvm.lin
@@ -0,0 +1,9 @@
+#!/bin/bash
+mypath=${0%/*}
+GAMES=/mmc/mmca1/games
+LIBDIR=$GAMES/lib
+export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$LIBDIR
+export SDL_QT_MODIFICATOR=1
+export HOME=$GAMES
+cd $mypath
+exec $mypath/scummvm --gfx-mode=1x > $mypath/scummvm.log