[Scummvm-cvs-logs] scummvm master -> 8b3f27753ea456639923d830eecdd781df1faded
sev-
sev at scummvm.org
Sat Mar 5 13:05:53 CET 2016
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
8b3f27753e GCW0: Disabled more 640x480-only engines
Commit: 8b3f27753ea456639923d830eecdd781df1faded
https://github.com/scummvm/scummvm/commit/8b3f27753ea456639923d830eecdd781df1faded
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-03-05T13:05:21+01:00
Commit Message:
GCW0: Disabled more 640x480-only engines
Changed paths:
backends/platform/dingux/build.gcw0.sh
diff --git a/backends/platform/dingux/build.gcw0.sh b/backends/platform/dingux/build.gcw0.sh
index c4bb9d2..eafccb1 100755
--- a/backends/platform/dingux/build.gcw0.sh
+++ b/backends/platform/dingux/build.gcw0.sh
@@ -3,4 +3,4 @@
export PATH=/opt/gcw0-toolchain/usr/bin:$PATH
# Disable high resolution engines since we have 320x240 hardware
-./configure --host=gcw0 --enable-plugins --default-dynamic --enable-release --disable-engine=mohawk,neverhood,sword25,toltecs,wintermute,zvision --disable-mt32emu --disable-hq-scalers && make -j6 gcw-opk && ls -l scummvm.opk
+./configure --host=gcw0 --enable-plugins --default-dynamic --enable-release --disable-engine=he,mohawk,neverhood,sword1,sword2,sword25,toltecs,wintermute,zvision --disable-mt32emu --disable-hq-scalers && make -j6 gcw-opk && ls -l scummvm.opk
More information about the Scummvm-git-logs
mailing list