From: notaz Date: Mon, 1 Apr 2013 23:06:00 +0000 (+0300) Subject: frontend: flush emuLog X-Git-Tag: r20~94 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=commitdiff_plain;h=82fe9e470953e4ab34bff66ea65696a2a412291a;hp=0069615fdda3a28da547a191bef990256620ff69 frontend: flush emuLog nothing should be writing to that too often --- diff --git a/frontend/main.c b/frontend/main.c index 2cf5ee0b..2ef5f521 100644 --- a/frontend/main.c +++ b/frontend/main.c @@ -795,6 +795,7 @@ void SysPrintf(const char *fmt, ...) { va_start(list, fmt); vfprintf(emuLog, fmt, list); va_end(list); + fflush(emuLog); } #else