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
This commit is contained in:
parent
fdb2a58bc2
commit
871aa65a83
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue