mirror of https://github.com/PCSX2/pcsx2.git
Qt: Fix newline printed for guest printf on Linux
This commit is contained in:
parent
475551b0d9
commit
fb18143791
|
@ -153,7 +153,6 @@ static void ConsoleQt_DoWrite(const char* fmt)
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
std::fputs(fmt, stdout);
|
std::fputs(fmt, stdout);
|
||||||
std::fputc('\n', stdout);
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (emuLog)
|
if (emuLog)
|
||||||
|
|
Loading…
Reference in New Issue