mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-07-11 01:25:15 +02:00
coreinit: Flush logs when forwarding (#1965)
This commit is contained in:
@@ -561,6 +561,7 @@ namespace coreinit
|
||||
if (s_forwardConsoleLogs) {
|
||||
if (cafeLogType == CafeLogType::OSCONSOLE) {
|
||||
fwrite(msg, 1, len, stdout);
|
||||
fflush(stdout);
|
||||
} else {
|
||||
fwrite(msg, 1, len, stderr);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user