aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJohn Willis2010-09-06 18:06:47 +0000
committerJohn Willis2010-09-06 18:06:47 +0000
commit871aa65a833ecd1115dc93ae83132ce43c7d417f (patch)
treef4179e870e6eeeaec2ce8df548a90ce27745a2c7 /configure
parentfdb2a58bc2cc93e1c9af023f182f9da38974731b (diff)
downloadscummvm-rg350-871aa65a833ecd1115dc93ae83132ce43c7d417f.tar.gz
scummvm-rg350-871aa65a833ecd1115dc93ae83132ce43c7d417f.tar.bz2
scummvm-rg350-871aa65a833ecd1115dc93ae83132ce43c7d417f.zip
CONFIGURE: Remove 16Bit graphics support from the GP2X backend.
This should not have been committed with r52600, the GP2X backend refactor it needs is not yet ready to commit. svn-id: r52601
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index d6c97f6924..f0e7def508 100755
--- a/configure
+++ b/configure
@@ -1923,7 +1923,7 @@ fi
# Enable 16bit support only for backends which support it
#
case $_backend in
- caanoo | dreamcast | dingux | gp2x | gp2xwiz | openpandora | samsungtv | sdl | wii | psp)
+ caanoo | dreamcast | dingux | gp2xwiz | openpandora | samsungtv | sdl | wii | psp)
if test "$_16bit" = auto ; then
_16bit=yes
else