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.lin16
1 files changed, 9 insertions, 7 deletions
diff --git a/dists/motomagx/mgx/scummvm.lin b/dists/motomagx/mgx/scummvm.lin
index f75a665d7a..83d3fcf0ed 100644
--- a/dists/motomagx/mgx/scummvm.lin
+++ b/dists/motomagx/mgx/scummvm.lin
@@ -1,10 +1,12 @@
-#!/bin/bash
+#!/bin/sh
mypath=${0%/*}
-GAMES=/mmc/mmca1/games
-export LIBDIR1=/ezxlocal/download/mystuff/games/lib
-export LIBDIR2=$GAMES/lib
-export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$LIBDIR1:$LIBDIR2
-export SDL_QT_MODIFICATOR=1
-export HOME=$GAMES
+LIBDIR1=/ezxlocal/download/mystuff/games/lib
+LIBDIR2=/mmc/mmca1/games/lib
+LIBDIR3=/mmc/mmca1/.Games/.lib
+#LIBDIR3=/mmc/mmca1/.system/lib
+LIBDIR4=$mypath/lib
+#export SDL_QT_INVERT_ROTATION=1
+export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$LIBDIR1:$LIBDIR2:$LIBDIR3:$LIBDIR4
+export HOME=$mypath
cd $mypath
exec $mypath/scummvm --gfx-mode=1x > $mypath/scummvm.log