diff options
Diffstat (limited to 'dists/gcw0')
-rwxr-xr-x | dists/gcw0/scummvm.sh | 4 | ||||
-rw-r--r-- | dists/gcw0/scummvmrc | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/dists/gcw0/scummvm.sh b/dists/gcw0/scummvm.sh index 4ffb429130..c12a3030cc 100755 --- a/dists/gcw0/scummvm.sh +++ b/dists/gcw0/scummvm.sh @@ -3,7 +3,7 @@ cd `dirname $0` if [ ! -f $HOME/.scummvmrc ] ; then - cp /mnt/ScummVM/scummvmrc $HOME/.scummvmrc + cp ./scummvmrc $HOME/.scummvmrc fi -exec ./scummvm 2>&1 >$HOME/scummvm.log +exec ./scummvm diff --git a/dists/gcw0/scummvmrc b/dists/gcw0/scummvmrc index 1f4043b3ae..fcffd9ada6 100644 --- a/dists/gcw0/scummvmrc +++ b/dists/gcw0/scummvmrc @@ -2,8 +2,8 @@ fullscreen=true gfx_mode=1x aspect_ratio=true -themepath=/mnt/ScummVM/themes +themepath=./themes browser_lastpath=/media -extrapath=/mnt/ScummVM/engine-data -pluginspath=/mnt/ScummVM/plugins +extrapath=./engine-data +pluginspath=./plugins joystick=0 |