From 111476de2e103feb933d9b6da6964f38cd090f9e Mon Sep 17 00:00:00 2001 From: zeromus Date: Mon, 7 Feb 2011 18:41:06 +0000 Subject: [PATCH] flush some logging more often --- desmume/src/MMU.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/desmume/src/MMU.cpp b/desmume/src/MMU.cpp index b33eae9cc..69507b774 100644 --- a/desmume/src/MMU.cpp +++ b/desmume/src/MMU.cpp @@ -2085,7 +2085,10 @@ void FASTCALL _MMU_ARM9_write08(u32 adr, u8 val) //ensata putchar port case 0x04FFF000: if(nds.ensataEmulation) + { printf("%c",val); + fflush(stdout); + } break; case eng_3D_GXSTAT: