From 73970699abfb1c17f74edd9dd27cb4167d98fcd0 Mon Sep 17 00:00:00 2001 From: mtabachenko Date: Wed, 24 Sep 2008 17:53:14 +0000 Subject: [PATCH] typo fix --- desmume/src/MMU.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desmume/src/MMU.cpp b/desmume/src/MMU.cpp index f7675e663..864ce0efb 100644 --- a/desmume/src/MMU.cpp +++ b/desmume/src/MMU.cpp @@ -2727,7 +2727,7 @@ void FASTCALL _MMU_write32(u32 adr, u32 val) return; case REG_IPCFIFOCNT : { -#ifdef 0 +#if 0 u32 cnt_l = T1ReadWord(MMU.MMU_MEM[proc][0x40], 0x184) ; u32 cnt_r = T1ReadWord(MMU.MMU_MEM[(proc+1) & 1][0x40], 0x184) ; if ((val & 0x8000) && !(cnt_l & 0x8000))