diff options
-rw-r--r-- | backends/platform/gp2x/build/scummvm.gpe | 14 |
1 files changed, 14 insertions, 0 deletions
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 |