diff src/video/nds/SDL_ndsrender.c @ 2696:0b395a60deff gsoc2008_nds

Timers work now.
author Darren Alton <dalton@stevens.edu>
date Mon, 18 Aug 2008 07:29:52 +0000
parents c04a266c277a
children e1da92da346c
line wrap: on
line diff
--- a/src/video/nds/SDL_ndsrender.c	Sun Aug 17 09:50:28 2008 +0000
+++ b/src/video/nds/SDL_ndsrender.c	Mon Aug 18 07:29:52 2008 +0000
@@ -656,8 +656,7 @@
                      SDL_Color * colors, int firstcolor, int ncolors)
 {
     NDS_TextureData *txdat = (NDS_TextureData *) texture->driverdata;
-    TRACE("+NDS_GetTexturePalette\n");
-    TRACE("-NDS_GetTexturePalette\n");
+    TRACE("!NDS_GetTexturePalette\n");
     return 0;
 }