From c5a945b56650bd826e51fd7cb907ba0c9d91e8f3 Mon Sep 17 00:00:00 2001 From: David-John Willis Date: Fri, 8 Jul 2011 13:20:24 +0100 Subject: [PATCH] OPENPANDORA: Add explicit location for 'themepath' to the loader script. --- backends/platform/openpandora/build/runscummvm.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backends/platform/openpandora/build/runscummvm.sh b/backends/platform/openpandora/build/runscummvm.sh index 48d24a2b817..c6412352197 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 +