From 9307304d7eb6acbd2351355a30d24cb95a259db7 Mon Sep 17 00:00:00 2001 From: John Willis Date: Thu, 9 Sep 2010 09:48:32 +0000 Subject: GP2XWIZ: Rename GP2XWIZ backend to GPH. * This better reflects the supported devices from GPH (GamePark Holdings), namely the GP2XWiz, Caanoo and merging in of the old GP2X backend. svn-id: r52648 --- backends/platform/gph/caanoo/scummvm.gpe | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 backends/platform/gph/caanoo/scummvm.gpe (limited to 'backends/platform/gph/caanoo/scummvm.gpe') diff --git a/backends/platform/gph/caanoo/scummvm.gpe b/backends/platform/gph/caanoo/scummvm.gpe new file mode 100755 index 0000000000..8341ffc3d7 --- /dev/null +++ b/backends/platform/gph/caanoo/scummvm.gpe @@ -0,0 +1,15 @@ +#!/bin/sh + +# Export the location of any libs ScummVM depends on +# (to avoid installing to the NAND and overwriting the broken ones there). +export LD_LIBRARY_PATH=`pwd`/lib:$LD_LIBRARY_PATH + +# Run ScummVM, important this bit. +./scummvm.caanoo --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 -- cgit v1.2.3