diff --git a/pcsx2/DebugTools/Debug.h b/pcsx2/DebugTools/Debug.h index f47e46b0ee..2706669fba 100644 --- a/pcsx2/DebugTools/Debug.h +++ b/pcsx2/DebugTools/Debug.h @@ -228,12 +228,12 @@ public: { ConsoleColorScope cs(conColor); Console.WriteRaw( msg ); -#ifdef __linux__ + // Buffered output isn't compatible with the testsuite. The end of test // doesn't always get flushed. Let's just flush all the output if EE/IOP // print anything. fflush(NULL); -#endif + return false; }