aboutsummaryrefslogtreecommitdiff
path: root/dists/motoezx/scummvm.lin
diff options
context:
space:
mode:
authorEugene Sandulenko2009-08-22 12:35:49 +0000
committerEugene Sandulenko2009-08-22 12:35:49 +0000
commit70b7ebb33901d3dff5426c1c2fa12bc5087b721a (patch)
treef59df4da0c5ee5951edeac8cebd921c022592811 /dists/motoezx/scummvm.lin
parentea87405ae412c7c4275cc1966750b817e44e255a (diff)
downloadscummvm-rg350-70b7ebb33901d3dff5426c1c2fa12bc5087b721a.tar.gz
scummvm-rg350-70b7ebb33901d3dff5426c1c2fa12bc5087b721a.tar.bz2
scummvm-rg350-70b7ebb33901d3dff5426c1c2fa12bc5087b721a.zip
Patch #2826508: "Motorola A1200/E6/A1600 (motoezx) patch"
svn-id: r43636
Diffstat (limited to 'dists/motoezx/scummvm.lin')
-rw-r--r--dists/motoezx/scummvm.lin10
1 files changed, 10 insertions, 0 deletions
diff --git a/dists/motoezx/scummvm.lin b/dists/motoezx/scummvm.lin
new file mode 100644
index 0000000000..a3c6f3831b
--- /dev/null
+++ b/dists/motoezx/scummvm.lin
@@ -0,0 +1,10 @@
+#!/bin/sh
+. /home/native/.profile
+myfile=`basename $0`
+mypath=`echo $0 | sed -e 's/'$myfile'//g'`
+export LD_LIBRARY_PATH=/mmc/mmca1/games/lib:$LD_LIBRARY_PATH
+#export SDL_QT_INVERT_ROTATION=1
+export SDL_QT_MODIFICATOR=1
+export HOME=/mmc/mmca1/games
+cd $mypath
+exec $mypath/scummvm --path=/mmc/mmca1/games/data --gfx-mode=1x > /mmc/mmca1/games/logs/scummvm.log 2>&1