diff options
author | David-John Willis | 2011-07-08 13:20:24 +0100 |
---|---|---|
committer | David-John Willis | 2011-07-08 13:21:36 +0100 |
commit | c5a945b56650bd826e51fd7cb907ba0c9d91e8f3 (patch) | |
tree | 948476cabacc5a480ed28870343d1c583b96fcc1 /backends/platform/openpandora | |
parent | af2bdfcb59a04bb328f702b8af6a89e1104f95bf (diff) | |
download | scummvm-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')
-rwxr-xr-x | backends/platform/openpandora/build/runscummvm.sh | 3 |
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 + |