diff options
author | John Willis | 2010-09-06 18:06:47 +0000 |
---|---|---|
committer | John Willis | 2010-09-06 18:06:47 +0000 |
commit | 871aa65a833ecd1115dc93ae83132ce43c7d417f (patch) | |
tree | f4179e870e6eeeaec2ce8df548a90ce27745a2c7 /configure | |
parent | fdb2a58bc2cc93e1c9af023f182f9da38974731b (diff) | |
download | scummvm-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-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |