aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/openpandora/build/runscummvm.sh
blob: 0745bb41fdbc13ed3aa46f9750d1297ea5e10e62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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