From ad388e06100ff2baac128a834abfafee47f59e2b Mon Sep 17 00:00:00 2001 From: yabause Date: Fri, 1 May 2009 06:34:03 +0000 Subject: [PATCH] removed some printf code that I forgot to clean up before commiting... sorry ^^; --- desmume/src/GPU.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/desmume/src/GPU.cpp b/desmume/src/GPU.cpp index fe649ff12..4fdbaf3df 100644 --- a/desmume/src/GPU.cpp +++ b/desmume/src/GPU.cpp @@ -2233,7 +2233,6 @@ void GPU::_spriteRender(u8 * dst, u8 * dst_alpha, u8 * typeTab, u8 * prioTab) dy = (s16)(gpu->oam + blockparameter+2)->attr3; dmy = (s16)(gpu->oam + blockparameter+3)->attr3; #endif - //printf("%x %x %x %x\n", dx, dmx, dy, dmy); // Calculate fixed poitn 8.8 start offsets realX = ((sprSize.x) << 7) - (fieldX >> 1)*dx - (fieldY>>1)*dmx + y * dmx;