aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcraigsc2020-01-05 12:46:57 -0800
committercraigsc2020-01-05 12:46:57 -0800
commitf9f81ea9baecb714f26cf1c17a1b0ae58431467b (patch)
treefcbdbb44e2db848429aeec6e4a6b67e6a31d91bf
parentb25c8ea315c9b10827ba240c7e3a06953c12d2e2 (diff)
downloadscummvm-rg350-f9f81ea9baecb714f26cf1c17a1b0ae58431467b.tar.gz
scummvm-rg350-f9f81ea9baecb714f26cf1c17a1b0ae58431467b.tar.bz2
scummvm-rg350-f9f81ea9baecb714f26cf1c17a1b0ae58431467b.zip
Re-enable highres game engines for gcw0 hosts
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 2aea6cd8e8..ae01ecc183 100755
--- a/configure
+++ b/configure
@@ -3850,7 +3850,7 @@ esac
# Enable High resolution engines (>320x240) support only for backends which support it
#
case $_host in
- ds | gcw0)
+ ds)
if test "$_highres" = yes ; then
_highres=yes
else