diff options
author | Eugene Sandulenko | 2014-10-26 07:00:36 -0400 |
---|---|---|
committer | Eugene Sandulenko | 2014-10-26 07:00:36 -0400 |
commit | d4c687ddc8b5e4075c8085b7e761a9da3f2cbe74 (patch) | |
tree | d0407e9e37c2ec320f76b363c7c18d8b05464313 /dists/gcw0 | |
parent | 123e52f441619d5c866b9f6e05fcc2775a405830 (diff) | |
download | scummvm-rg350-d4c687ddc8b5e4075c8085b7e761a9da3f2cbe74.tar.gz scummvm-rg350-d4c687ddc8b5e4075c8085b7e761a9da3f2cbe74.tar.bz2 scummvm-rg350-d4c687ddc8b5e4075c8085b7e761a9da3f2cbe74.zip |
GCW0: Further work on the port
Diffstat (limited to 'dists/gcw0')
-rwxr-xr-x | dists/gcw0/scummvm.sh | 2 | ||||
-rw-r--r-- | dists/gcw0/scummvmrc | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/dists/gcw0/scummvm.sh b/dists/gcw0/scummvm.sh index c12a3030cc..5ad7a8579a 100755 --- a/dists/gcw0/scummvm.sh +++ b/dists/gcw0/scummvm.sh @@ -3,7 +3,7 @@ cd `dirname $0` if [ ! -f $HOME/.scummvmrc ] ; then - cp ./scummvmrc $HOME/.scummvmrc + cp /mnt/ScummVM/scummvmrc $HOME/.scummvmrc fi exec ./scummvm diff --git a/dists/gcw0/scummvmrc b/dists/gcw0/scummvmrc index afa295e4b6..87b97c191c 100644 --- a/dists/gcw0/scummvmrc +++ b/dists/gcw0/scummvmrc @@ -2,5 +2,7 @@ fullscreen=true gfx_mode=1x aspect_ratio=true -themepath=/mnt/scummvm +themepath=/mnt/ScummVM/themes browser_lastpath=/media +extrapath=/mnt/ScummVM/engine-data +pluginspath=/mnt/ScummVM/plugins |