aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/gph/devices
diff options
context:
space:
mode:
authorDavid-John Willis2011-05-08 22:32:31 +0100
committerDavid-John Willis2011-06-11 17:00:17 +0100
commit045ee136b599b21edefbd53ba9842d4da630d70d (patch)
tree4d91286889fed029ec08aabc52ab640b43cae536 /backends/platform/gph/devices
parent4338c4dccf7a2ef6eb1c30b9e41293a8ff42fbe4 (diff)
downloadscummvm-rg350-045ee136b599b21edefbd53ba9842d4da630d70d.tar.gz
scummvm-rg350-045ee136b599b21edefbd53ba9842d4da630d70d.tar.bz2
scummvm-rg350-045ee136b599b21edefbd53ba9842d4da630d70d.zip
GPH: Update launch script for the GP2X build to match other GPH devices.
Diffstat (limited to 'backends/platform/gph/devices')
-rw-r--r--backends/platform/gph/devices/gp2x/scummvm.gpe4
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/platform/gph/devices/gp2x/scummvm.gpe b/backends/platform/gph/devices/gp2x/scummvm.gpe
index e8983aa2ce..51a49f7560 100644
--- a/backends/platform/gph/devices/gp2x/scummvm.gpe
+++ b/backends/platform/gph/devices/gp2x/scummvm.gpe
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
# Remount SD with forced Sync, does this really work?
mount -o sync,remount /dev/mmcsd/disc0/part1 /mnt/sd/
@@ -8,7 +8,7 @@ mount -o sync,remount /dev/mmcsd/disc0/part1 /mnt/sd/
export LD_LIBRARY_PATH=`pwd`/lib:$LD_LIBRARY_PATH
# Run ScummVM, important this bit.
-./scummvm.gph
+./scummvm.gph --fullscreen --gfx-mode=1x --config=$(pwd)/.scummvmrc
# Sync the SD card to check that everything is written.
sync