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