diff options
Diffstat (limited to 'backends/platform/gp2xwiz/build/scummvm.gpe')
-rwxr-xr-x | backends/platform/gp2xwiz/build/scummvm.gpe | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/backends/platform/gp2xwiz/build/scummvm.gpe b/backends/platform/gp2xwiz/build/scummvm.gpe new file mode 100755 index 0000000000..037b81d937 --- /dev/null +++ b/backends/platform/gp2xwiz/build/scummvm.gpe @@ -0,0 +1,11 @@ +#!/bin/sh + +# Run ScummVM, important this bit. +./scummvm.wiz --fullscreen --gfx-mode=1x --config=$(pwd)/.scummvmrc + +# Sync the SD card to check that everything is written. +sync + +# Return to the GPH menu screen +cd /usr/gp2x +exec /usr/gp2x/gp2xmenu |