aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/gp2x/build/scummvm.gpe
blob: 1e69c149b9bcb3142d18d7434a7f5c387001fa06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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