diff --git a/desmume/src/debug.cpp b/desmume/src/debug.cpp index 610ca6bb0..1daaba928 100644 --- a/desmume/src/debug.cpp +++ b/desmume/src/debug.cpp @@ -222,6 +222,6 @@ void IdeasLog(armcpu_t* cpu) if(!c) break; printf("%c",c); } - printf("\n"); + //don't emit a newline. that is a pain in the butt. }