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

marcus_c at users.sourceforge.net marcus_c at users.sourceforge.net
Sat Oct 10 16:30:19 CEST 2009


Revision: 44875
          http://scummvm.svn.sourceforge.net/scummvm/?rev=44875&view=rev
Author:   marcus_c
Date:     2009-10-10 14:30:19 +0000 (Sat, 10 Oct 2009)

Log Message:
-----------
Enable RGB colour for Dreamcast.

Modified Paths:
--------------
    scummvm/trunk/backends/platform/dc/Makefile
    scummvm/trunk/configure

Modified: scummvm/trunk/backends/platform/dc/Makefile
===================================================================
--- scummvm/trunk/backends/platform/dc/Makefile	2009-10-10 14:26:53 UTC (rev 44874)
+++ scummvm/trunk/backends/platform/dc/Makefile	2009-10-10 14:30:19 UTC (rev 44875)
@@ -12,7 +12,7 @@
 CXX     = sh-elf-g++ -ml -m4-single-only
 LD      = $(CXX)
 CXXFLAGS= -O3 -Wno-multichar -funroll-loops -fschedule-insns2 -fomit-frame-pointer -fdelete-null-pointer-checks -fno-exceptions
-DEFINES = -D__DC__ -DNONSTANDARD_PORT -DUSE_MAD -DUSE_ZLIB -DDISABLE_DEFAULT_SAVEFILEMANAGER -DDISABLE_TEXT_CONSOLE -DDISABLE_COMMAND_LINE
+DEFINES = -D__DC__ -DNONSTANDARD_PORT -DUSE_MAD -DUSE_ZLIB -DDISABLE_DEFAULT_SAVEFILEMANAGER -DDISABLE_TEXT_CONSOLE -DDISABLE_COMMAND_LINE -DUSE_RGB_COLOR
 LDFLAGS = -Wl,-Ttext,0x8c010000 -nostartfiles $(ronindir)/lib/crt0.o
 INCLUDES= -I./ -I$(srcdir) -I$(ronindir)/include/ -I$(srcdir)/engines
 LIBS	= -L$(ronindir)/lib -lmad -lronin -lz -lm
@@ -29,6 +29,7 @@
 RANLIB = sh-elf-ranlib
 HAVE_GCC3 = true
 DISABLE_SCALERS = true
+USE_RGB_COLOR = true
 
 ifdef DYNAMIC_MODULES
 DEFINES += -DDYNAMIC_MODULES

Modified: scummvm/trunk/configure
===================================================================
--- scummvm/trunk/configure	2009-10-10 14:26:53 UTC (rev 44874)
+++ scummvm/trunk/configure	2009-10-10 14:30:19 UTC (rev 44875)
@@ -1649,7 +1649,7 @@
 # Enable 16bit support only for backends which support it
 #
 case $_backend in
-	sdl | wii)
+	sdl | wii | dreamcast)
 		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