From 7535e4b8e054fd70981bc28169f9c291ac4eedef Mon Sep 17 00:00:00 2001 From: zeromus Date: Mon, 24 May 2010 14:58:48 +0000 Subject: [PATCH] oops debug prints --- desmume/src/MMU.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/desmume/src/MMU.cpp b/desmume/src/MMU.cpp index 1691a839e..563c7cea5 100644 --- a/desmume/src/MMU.cpp +++ b/desmume/src/MMU.cpp @@ -756,8 +756,8 @@ static inline void MMU_VRAMmapControl(u8 block, u8 VRAMBankCnt) MMU_VRAMmapRefreshBank(VRAM_BANK_B); MMU_VRAMmapRefreshBank(VRAM_BANK_A); - printf(vramConfiguration.describe().c_str()); - printf("vram remapped at vcount=%d\n",nds.VCount); + //printf(vramConfiguration.describe().c_str()); + //printf("vram remapped at vcount=%d\n",nds.VCount); //if texInfo changed, trigger notifications if(memcmp(&oldTexInfo,&MMU.texInfo,sizeof(MMU_struct::TextureInfo)))