mirror of
https://github.com/holub/mame
synced 2025-05-27 16:21:34 +03:00
flush drcuml.asm log (nw)
This commit is contained in:
parent
be464dfbfe
commit
7b60b5093b
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user