diff options
author | craigsc | 2020-01-05 12:46:57 -0800 |
---|---|---|
committer | craigsc | 2020-01-05 12:46:57 -0800 |
commit | f9f81ea9baecb714f26cf1c17a1b0ae58431467b (patch) | |
tree | fcbdbb44e2db848429aeec6e4a6b67e6a31d91bf | |
parent | b25c8ea315c9b10827ba240c7e3a06953c12d2e2 (diff) | |
download | scummvm-rg350-f9f81ea9baecb714f26cf1c17a1b0ae58431467b.tar.gz scummvm-rg350-f9f81ea9baecb714f26cf1c17a1b0ae58431467b.tar.bz2 scummvm-rg350-f9f81ea9baecb714f26cf1c17a1b0ae58431467b.zip |
Re-enable highres game engines for gcw0 hosts
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |