diff options
author | David-John Willis | 2011-05-08 22:32:31 +0100 |
---|---|---|
committer | David-John Willis | 2011-06-11 17:00:17 +0100 |
commit | 045ee136b599b21edefbd53ba9842d4da630d70d (patch) | |
tree | 4d91286889fed029ec08aabc52ab640b43cae536 /backends/platform | |
parent | 4338c4dccf7a2ef6eb1c30b9e41293a8ff42fbe4 (diff) | |
download | scummvm-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')
-rw-r--r-- | backends/platform/gph/devices/gp2x/scummvm.gpe | 4 |
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 |