aboutsummaryrefslogtreecommitdiff
path: root/dists/motomagx/mpkg
diff options
context:
space:
mode:
authorMax Horn2010-03-22 23:04:55 +0000
committerMax Horn2010-03-22 23:04:55 +0000
commit6545e728b6b76e41d711858b209accfe9cc1f6da (patch)
tree59327c6347195e6a4371dd0cb2aa4d4bbdecd58c /dists/motomagx/mpkg
parentb104534d0d6342bf75d5eff8bd85847fc7e7f18f (diff)
downloadscummvm-rg350-6545e728b6b76e41d711858b209accfe9cc1f6da.tar.gz
scummvm-rg350-6545e728b6b76e41d711858b209accfe9cc1f6da.tar.bz2
scummvm-rg350-6545e728b6b76e41d711858b209accfe9cc1f6da.zip
Patch #2938173: LinuxMoto update 23012010
svn-id: r48362
Diffstat (limited to 'dists/motomagx/mpkg')
-rw-r--r--dists/motomagx/mpkg/mySDL.cfg8
-rw-r--r--dists/motomagx/mpkg/scummvm.sh21
2 files changed, 16 insertions, 13 deletions
diff --git a/dists/motomagx/mpkg/mySDL.cfg b/dists/motomagx/mpkg/mySDL.cfg
index 152a207252..f3f4ad860b 100644
--- a/dists/motomagx/mpkg/mySDL.cfg
+++ b/dists/motomagx/mpkg/mySDL.cfg
@@ -1,6 +1,6 @@
[SDL]
LeftSoftkey = F9
-RightSoftkey = PERIOD
+RightSoftkey = F11
Up = UP
Down = DOWN
Left = LEFT
@@ -8,12 +8,12 @@ Right = RIGHT
Center = RETURN
VolumeUp = PLUS
VolumeDown = MINUS
-SideKey = F5
-Call = F7
+SideKey = SPACE
Music = F10
+Call = TAB
Red = ESCAPE
C = BACKSPACE
-Camera = MINIMIZE
+Camera = PAUSE
Slider = 0
0 = 0
1 = 1
diff --git a/dists/motomagx/mpkg/scummvm.sh b/dists/motomagx/mpkg/scummvm.sh
index 9570d8d2ce..1f09e7eaae 100644
--- a/dists/motomagx/mpkg/scummvm.sh
+++ b/dists/motomagx/mpkg/scummvm.sh
@@ -1,11 +1,14 @@
#!/bin/sh
-GAMES=/mmc/mmca1/.Games
-DIR=`busybox dirname "$0"`
-LIBDIR=/mmc/mmca1/.system/lib
-export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$LIBDIR
-export SDL_QT_MODIFICATOR=1
-export HOME=$GAMES
-cd $DIR
+mypath=${0%/*}
+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
rm /mmc/mmca1/.system/mySDL.cfg
-cp $DIR/mySDL.cfg /mmc/mmca1/.system/mySDL.cfg
-exec $DIR/scummvm --gfx-mode=1x > $DIR/scummvm.log
+cp $mypath/mySDL.cfg /mmc/mmca1/.system/mySDL.cfg
+cd $mypath
+exec $mypath/scummvm --gfx-mode=1x > $mypath/scummvm.log