flush drcuml.asm log (nw)

This commit is contained in:
Oliver Stöneberg 2014-11-04 15:36:32 +01:00
parent be464dfbfe
commit 7b60b5093b

View File

@ -274,6 +274,7 @@ void drcuml_state::log_printf(const char *format, ...)
va_start(va, format);
vfprintf(m_umllog, format, va);
va_end(va);
fflush(m_umllog);
}
}