Qt: Fix newline printed for guest printf on Linux

This commit is contained in:
Connor McLaughlin 2022-08-18 00:10:26 +10:00 committed by lightningterror
parent 475551b0d9
commit fb18143791
1 changed files with 0 additions and 1 deletions

View File

@ -153,7 +153,6 @@ static void ConsoleQt_DoWrite(const char* fmt)
}
#else
std::fputs(fmt, stdout);
std::fputc('\n', stdout);
#endif
if (emuLog)