From 54350d19b332c4cb12d7a32eedc672dde8bb068c Mon Sep 17 00:00:00 2001 From: zeromus Date: Thu, 7 May 2009 06:19:23 +0000 Subject: [PATCH] maybe id better not check that in with the debug texture dumping enabled --- desmume/src/texcache.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desmume/src/texcache.cpp b/desmume/src/texcache.cpp index 817f26b2e..27765787c 100644 --- a/desmume/src/texcache.cpp +++ b/desmume/src/texcache.cpp @@ -13,7 +13,7 @@ using std::min; using std::max; //only dump this from ogl renderer. for now, softrasterizer creates things in an incompatible pixel format -#define DEBUG_DUMP_TEXTURE +//#define DEBUG_DUMP_TEXTURE //This class represents a number of regions of memory which should be viewed as contiguous class MemSpan