aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/openpandora/build
diff options
context:
space:
mode:
authorDavid-John Willis2011-07-08 13:20:24 +0100
committerDavid-John Willis2011-07-08 13:21:36 +0100
commitc5a945b56650bd826e51fd7cb907ba0c9d91e8f3 (patch)
tree948476cabacc5a480ed28870343d1c583b96fcc1 /backends/platform/openpandora/build
parentaf2bdfcb59a04bb328f702b8af6a89e1104f95bf (diff)
downloadscummvm-rg350-c5a945b56650bd826e51fd7cb907ba0c9d91e8f3.tar.gz
scummvm-rg350-c5a945b56650bd826e51fd7cb907ba0c9d91e8f3.tar.bz2
scummvm-rg350-c5a945b56650bd826e51fd7cb907ba0c9d91e8f3.zip
OPENPANDORA: Add explicit location for 'themepath' to the loader script.
Diffstat (limited to 'backends/platform/openpandora/build')
-rwxr-xr-xbackends/platform/openpandora/build/runscummvm.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/backends/platform/openpandora/build/runscummvm.sh b/backends/platform/openpandora/build/runscummvm.sh
index 48d24a2b81..c641235219 100755
--- a/backends/platform/openpandora/build/runscummvm.sh
+++ b/backends/platform/openpandora/build/runscummvm.sh
@@ -11,4 +11,5 @@ mkdir saves
mkdir runtime
cd runtime
-../bin/scummvm --fullscreen --gfx-mode=2x --config=../scummvm.config
+../bin/scummvm --fullscreen --gfx-mode=2x --config=../scummvm.config --themepath=../data
+