diff options
author | Eugene Sandulenko | 2016-03-09 16:33:52 +0100 |
---|---|---|
committer | Eugene Sandulenko | 2016-03-09 16:33:52 +0100 |
commit | f5f41d7daa8a5552a669dc7384298e1a4fc60121 (patch) | |
tree | d497ed9887908c7dae59aa04c0d26c46bf6c819d /backends/platform/dingux | |
parent | 4fdef191b36ae00148a8c5898d5f0b7c606ad98a (diff) | |
download | scummvm-rg350-f5f41d7daa8a5552a669dc7384298e1a4fc60121.tar.gz scummvm-rg350-f5f41d7daa8a5552a669dc7384298e1a4fc60121.tar.bz2 scummvm-rg350-f5f41d7daa8a5552a669dc7384298e1a4fc60121.zip |
GCW0: Remove hardcoded list of skipped engines.
Now we rely on highres feature of the backends
Diffstat (limited to 'backends/platform/dingux')
-rwxr-xr-x | backends/platform/dingux/build.gcw0.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/dingux/build.gcw0.sh b/backends/platform/dingux/build.gcw0.sh index eafccb1e51..c1a4fa29c2 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=he,mohawk,neverhood,sword1,sword2,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-mt32emu --disable-hq-scalers && make -j6 gcw-opk && ls -l scummvm.opk |