mirror of https://github.com/PCSX2/pcsx2.git
Merge pull request #391 from micove/flush-color-reset
Don't buffer the changes to the console colors.
This commit is contained in:
commit
c5efdb9df9
|
@ -168,6 +168,7 @@ static void __concall ConsoleStdout_DoSetColor( ConsoleColors color )
|
|||
#ifdef __linux__
|
||||
wxPrintf(L"\033[0m");
|
||||
wxPrintf(GetLinuxConsoleColor(color));
|
||||
fflush(stdout);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue