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