aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCameron Cawley2017-11-14 23:02:05 +0000
committerEugene Sandulenko2018-04-07 09:30:07 +0200
commit7717b55e51e7caedf6a203e74a757c20f21a8755 (patch)
treed0df183f06a69068e66e3943f0845b76f6886152
parenta8735448407d2e88d4c6b5fe169237b4eac9b73c (diff)
downloadscummvm-rg350-7717b55e51e7caedf6a203e74a757c20f21a8755.tar.gz
scummvm-rg350-7717b55e51e7caedf6a203e74a757c20f21a8755.tar.bz2
scummvm-rg350-7717b55e51e7caedf6a203e74a757c20f21a8755.zip
DS: Disable highres games by default
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 9dfe3adcaf..cf50277c23 100755
--- a/configure
+++ b/configure
@@ -3547,7 +3547,7 @@ esac
# Enable High resolution engines (>320x240) support only for backends which support it
#
case $_host in
- gcw0)
+ ds | gcw0)
if test "$_highres" = yes ; then
_highres=yes
else