diff options
-rwxr-xr-x | dists/gcw0/scummvm.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dists/gcw0/scummvm.sh b/dists/gcw0/scummvm.sh index 7e2bbaf23e..7d8c38901c 100755 --- a/dists/gcw0/scummvm.sh +++ b/dists/gcw0/scummvm.sh @@ -6,4 +6,4 @@ if [ ! -f $HOME/.scummvmrc ] ; then cp ./scummvmrc $HOME/.scummvmrc fi -exec ./scummvm 2>&1 >/var/tmp/scummvm.log +exec ./scummvm -d 11 2>&1 >/var/tmp/scummvm.log |