aboutsummaryrefslogtreecommitdiff
path: root/dists/motomagx/mgx
diff options
context:
space:
mode:
authorMax Horn2009-09-25 11:27:12 +0000
committerMax Horn2009-09-25 11:27:12 +0000
commit957f9c0b551282d94693ac4762033e6b1630af0d (patch)
tree04502d978e7d365c8dc55b2675f3c13d9c65e6e5 /dists/motomagx/mgx
parent67564cb5323f5444a54530eda3b948320160c3bd (diff)
downloadscummvm-rg350-957f9c0b551282d94693ac4762033e6b1630af0d.tar.gz
scummvm-rg350-957f9c0b551282d94693ac4762033e6b1630af0d.tar.bz2
scummvm-rg350-957f9c0b551282d94693ac4762033e6b1630af0d.zip
More of patch #2850021: disable hq-scaler&mt32emu for motoezx&motomagx-platform
svn-id: r44344
Diffstat (limited to 'dists/motomagx/mgx')
-rw-r--r--dists/motomagx/mgx/icon.pngbin0 -> 3349 bytes
-rw-r--r--dists/motomagx/mgx/scummvm.cfg6
-rw-r--r--dists/motomagx/mgx/scummvm.lin9
3 files changed, 15 insertions, 0 deletions
diff --git a/dists/motomagx/mgx/icon.png b/dists/motomagx/mgx/icon.png
new file mode 100644
index 0000000000..5c22d56afd
--- /dev/null
+++ b/dists/motomagx/mgx/icon.png
Binary files differ
diff --git a/dists/motomagx/mgx/scummvm.cfg b/dists/motomagx/mgx/scummvm.cfg
new file mode 100644
index 0000000000..91567e8020
--- /dev/null
+++ b/dists/motomagx/mgx/scummvm.cfg
@@ -0,0 +1,6 @@
+Name = ScummVM
+Exec = scummvm.lin
+Icon = icon.png
+Author = ScummVM Team
+Version = trunk
+Comment = ScummVM \ No newline at end of file
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