From 094bf2c518057e7f4e1dabad08fcb65606ebacd8 Mon Sep 17 00:00:00 2001 From: John Willis Date: Sun, 20 May 2007 16:38:18 +0000 Subject: Add missing GP2X start-up script to SVN. MUST have LF line endings (hence the SVN properties). svn-id: r26892 --- backends/platform/gp2x/build/scummvm.gpe | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 backends/platform/gp2x/build/scummvm.gpe (limited to 'backends/platform/gp2x/build') diff --git a/backends/platform/gp2x/build/scummvm.gpe b/backends/platform/gp2x/build/scummvm.gpe new file mode 100644 index 0000000000..1e69c149b9 --- /dev/null +++ b/backends/platform/gp2x/build/scummvm.gpe @@ -0,0 +1,14 @@ +#!/bin/bash + +# Remount SD with forced Sync, does this really work? +mount -o sync,remount /dev/mmcsd/disc0/part1 /mnt/sd/ + +# Run ScummVM, important this bit. +./scummvm.gp2x + +# Sync the SD card to check that everything is written. +sync + +# Return to the GPH menu screen +cd /usr/gp2x +exec /usr/gp2x/gp2xmenu -- cgit v1.2.3