aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAndre Heider2009-08-22 08:49:23 +0000
committerAndre Heider2009-08-22 08:49:23 +0000
commit5b2a1a766212d44ef4bc7329bd2e59f9f7f0b5ce (patch)
tree85fc99c6ace171a4057f752c325460f9cfe55e14 /configure
parent66d8adef9f875be8fc82e2fd305cbadc22ed02a6 (diff)
downloadscummvm-rg350-5b2a1a766212d44ef4bc7329bd2e59f9f7f0b5ce.tar.gz
scummvm-rg350-5b2a1a766212d44ef4bc7329bd2e59f9f7f0b5ce.tar.bz2
scummvm-rg350-5b2a1a766212d44ef4bc7329bd2e59f9f7f0b5ce.zip
16bit support for the Wii port
svn-id: r43631
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 5b5c62bfb9..09a214ca59 100755
--- a/configure
+++ b/configure
@@ -1498,7 +1498,7 @@ fi
# Enable 16bit support only for backends which support it
#
case $_backend in
- sdl)
+ sdl | wii)
if test "$_16bit" = auto ; then
_16bit=yes
else