diff options
author | Eugene Sandulenko | 2016-02-24 23:05:16 +0100 |
---|---|---|
committer | Eugene Sandulenko | 2016-02-24 23:23:02 +0100 |
commit | 22121c51041774c0017ecb395fe16c298d3f1bff (patch) | |
tree | bb89bba3224050a334f9c85db1b6768cfdce8356 /backends/platform/dingux | |
parent | 47c03cdc298e9222b734b76d149ef5b4dd4ea110 (diff) | |
download | scummvm-rg350-22121c51041774c0017ecb395fe16c298d3f1bff.tar.gz scummvm-rg350-22121c51041774c0017ecb395fe16c298d3f1bff.tar.bz2 scummvm-rg350-22121c51041774c0017ecb395fe16c298d3f1bff.zip |
GCW0: Disabling more features on GCW0
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 fbdd559306..62e084f911 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 && make -j6 gcw-opk && ls -l scummvm.opk +./configure --host=gcw0 --enable-plugins --default-dynamic --enable-release --disable-engine=mohawk,neverhood,sword25,toltecs,wintermute,zvision --disable-mt32emu --disable-scalers && make -j6 gcw-opk && ls -l scummvm.opk |