From ba719bf431b7bc39c487b0bba5e9feb2174628b3 Mon Sep 17 00:00:00 2001 From: zeromus Date: Fri, 1 May 2009 04:51:49 +0000 Subject: [PATCH] removed too much debug logging --- desmume/src/GPU.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desmume/src/GPU.cpp b/desmume/src/GPU.cpp index b62e1c4c4..fe649ff12 100644 --- a/desmume/src/GPU.cpp +++ b/desmume/src/GPU.cpp @@ -2233,7 +2233,7 @@ 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); + //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;