[Scummvm-cvs-logs] SF.net SVN: scummvm:[52601] scummvm/trunk/configure

djwillis at users.sourceforge.net djwillis at users.sourceforge.net
Mon Sep 6 20:06:47 CEST 2010


Revision: 52601
          http://scummvm.svn.sourceforge.net/scummvm/?rev=52601&view=rev
Author:   djwillis
Date:     2010-09-06 18:06:47 +0000 (Mon, 06 Sep 2010)

Log Message:
-----------
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.

Modified Paths:
--------------
    scummvm/trunk/configure

Modified: scummvm/trunk/configure
===================================================================
--- scummvm/trunk/configure	2010-09-06 17:35:27 UTC (rev 52600)
+++ scummvm/trunk/configure	2010-09-06 18:06:47 UTC (rev 52601)
@@ -1923,7 +1923,7 @@
 # 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


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list