diff options
author | Cameron Cawley | 2017-11-14 23:02:05 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2018-04-07 09:30:07 +0200 |
commit | 7717b55e51e7caedf6a203e74a757c20f21a8755 (patch) | |
tree | d0df183f06a69068e66e3943f0845b76f6886152 | |
parent | a8735448407d2e88d4c6b5fe169237b4eac9b73c (diff) | |
download | scummvm-rg350-7717b55e51e7caedf6a203e74a757c20f21a8755.tar.gz scummvm-rg350-7717b55e51e7caedf6a203e74a757c20f21a8755.tar.bz2 scummvm-rg350-7717b55e51e7caedf6a203e74a757c20f21a8755.zip |
DS: Disable highres games by default
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |