From 6bde04de26e777832014f24a7857ac61566e3fd8 Mon Sep 17 00:00:00 2001 From: Ben Vanik Date: Thu, 23 May 2013 00:26:55 -0700 Subject: [PATCH] Flushing logging. --- src/xenia/logging.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/xenia/logging.cc b/src/xenia/logging.cc index 7553eec2a..5405e2553 100644 --- a/src/xenia/logging.cc +++ b/src/xenia/logging.cc @@ -53,5 +53,6 @@ void xe_log_line(const char* file_path, const uint32_t line_number, } #else XEIGNORE(fprintf(stdout, outfmt, level_char, filename, line_number, buffer)); + fflush(stdout); #endif // OutputDebugString }