diff options
author | Eugene Sandulenko | 2009-12-22 23:37:31 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2009-12-22 23:37:31 +0000 |
commit | bac7961b3f8f5692fcdd5683866d6e9f935a7ca6 (patch) | |
tree | c38b803528050b1eacff86a0bdb284ec6bc9f5f5 /dists/motomagx/mpkg | |
parent | d910861c5c6d7abe6ed3b08835bf0ac5f2b8cca6 (diff) | |
download | scummvm-rg350-bac7961b3f8f5692fcdd5683866d6e9f935a7ca6.tar.gz scummvm-rg350-bac7961b3f8f5692fcdd5683866d6e9f935a7ca6.tar.bz2 scummvm-rg350-bac7961b3f8f5692fcdd5683866d6e9f935a7ca6.zip |
Patch #2896875: "dist update for linuxmoto-platform"
svn-id: r46491
Diffstat (limited to 'dists/motomagx/mpkg')
-rw-r--r-- | dists/motomagx/mpkg/mySDL.cfg | 15 | ||||
-rw-r--r-- | dists/motomagx/mpkg/readme-motomagx-mpkg.txt | 21 | ||||
-rwxr-xr-x | dists/motomagx/mpkg/run.sh | 10 |
3 files changed, 28 insertions, 18 deletions
diff --git a/dists/motomagx/mpkg/mySDL.cfg b/dists/motomagx/mpkg/mySDL.cfg index 17e90d2b1a..152a207252 100644 --- a/dists/motomagx/mpkg/mySDL.cfg +++ b/dists/motomagx/mpkg/mySDL.cfg @@ -1,6 +1,6 @@ [SDL] LeftSoftkey = F9 -RightSoftkey = F11 +RightSoftkey = PERIOD Up = UP Down = DOWN Left = LEFT @@ -8,13 +8,13 @@ Right = RIGHT Center = RETURN VolumeUp = PLUS VolumeDown = MINUS -SideKey = SPACE -Call = ESCAPE -Music = F8 -Red = F12 +SideKey = F5 +Call = F7 +Music = F10 +Red = ESCAPE C = BACKSPACE -Camera = F7 -Slider = F5 +Camera = MINIMIZE +Slider = 0 0 = 0 1 = 1 2 = 2 @@ -27,4 +27,3 @@ Slider = F5 9 = 9 Asterisk = ASTERISK Numeral = HASH - diff --git a/dists/motomagx/mpkg/readme-motomagx-mpkg.txt b/dists/motomagx/mpkg/readme-motomagx-mpkg.txt new file mode 100644 index 0000000000..16646fab73 --- /dev/null +++ b/dists/motomagx/mpkg/readme-motomagx-mpkg.txt @@ -0,0 +1,21 @@ +1. Install: + +motomagx-platform: + +mpkg-package for devices: Motorola Z6, V8 +Requirements: +z6,v8 libpack - http://www.mediafire.com/download.php?zwndhmyotom +Unpack lib folder to /mmc/mmca1/.system + +2. Game Control: + +(mpkg) Z6,V8 (motomagx) + +menu - Slider key +skip scene - call key +virtual keyboard - camera key +left mouse click - joy(fire) or volume '-' +right mouse click - volume '+' +quit - hangup key + +easy reconfig control: mySDL.cfg in scummvm directory diff --git a/dists/motomagx/mpkg/run.sh b/dists/motomagx/mpkg/run.sh deleted file mode 100755 index bfbd6000d6..0000000000 --- a/dists/motomagx/mpkg/run.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh -DIR=`busybox dirname "$0"` -LIBDIR=/mmc/mmca1/.system/lib -export LD_PRELOAD=$LIBDIR/libz.so:$LIBDIR/libSDL-1.2.so.0:$LIBDIR/libvorbis.so.0:$LIBDIR/libvorbisfile.so.3:$LIBDIR/libogg.so.0:$LIBDIR/libmad.so.0:$LIBDIR/libutil.so.1:$LIBDIR/libtaskman.so -export SDL_QT_MODIFICATOR=1 -export HOME=/$DIR -cd $DIR -rm /mmc/mmca1/.system/mySDL.cfg -cp $DIR/mySDL.cfg /mmc/mmca1/.system/mySDL.cfg -exec $DIR/scummvm --path=$DIR --gfx-mode=1x > $DIR/scummvm.log |