From e81dad8e61fca9ca740051fcfcec639354689875 Mon Sep 17 00:00:00 2001 From: John Willis Date: Mon, 6 Sep 2010 17:22:22 +0000 Subject: OPENPANDORA: Commit basic version of the OpenPandora backend. Overload of the SDL backend. Basic functional backend with support for most main ScummVM features and engines. Supports building to a .PND OpenPandora bundle for ease of use on the device. svn-id: r52598 --- backends/platform/openpandora/build/runscummvm.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 backends/platform/openpandora/build/runscummvm.sh (limited to 'backends/platform/openpandora/build/runscummvm.sh') diff --git a/backends/platform/openpandora/build/runscummvm.sh b/backends/platform/openpandora/build/runscummvm.sh new file mode 100755 index 0000000000..0745bb41fd --- /dev/null +++ b/backends/platform/openpandora/build/runscummvm.sh @@ -0,0 +1,14 @@ +#!/bin/sh + +# Make sure any extra libs not in the firmware are pulled in. +LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:../lib +export LD_LIBRARY_PATH + +# Ensure we have a folder to store save games on the SD card. +mkdir saves + +# make a runtime dir, just incase it creates anything in CWD +mkdir runtime +cd runtime + +../bin/scummvm --fullscreen --gfx-mode=2x --config=scummvmrc --extrapath=../data --savepath=../saves -- cgit v1.2.3 From 4f4ade6276d3b3263b5f62534da4d208bbd5ca1f Mon Sep 17 00:00:00 2001 From: John Willis Date: Tue, 12 Oct 2010 07:50:33 +0000 Subject: OPENPANDORA: Add latest backend code from branch-1-2-0. * Ooops, forgot to sync this with HEAD. Sorry about that. svn-id: r53162 --- backends/platform/openpandora/build/runscummvm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends/platform/openpandora/build/runscummvm.sh') diff --git a/backends/platform/openpandora/build/runscummvm.sh b/backends/platform/openpandora/build/runscummvm.sh index 0745bb41fd..48d24a2b81 100755 --- a/backends/platform/openpandora/build/runscummvm.sh +++ b/backends/platform/openpandora/build/runscummvm.sh @@ -11,4 +11,4 @@ mkdir saves mkdir runtime cd runtime -../bin/scummvm --fullscreen --gfx-mode=2x --config=scummvmrc --extrapath=../data --savepath=../saves +../bin/scummvm --fullscreen --gfx-mode=2x --config=../scummvm.config -- cgit v1.2.3