mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-14 15:27:19 +00:00
Common/Log: Fix Unix escape sequences on preexisting consoles
This commit is contained in:
parent
78dabd1067
commit
3b7c6c7bbd
@ -406,6 +406,10 @@ void SetConsoleOutputParams(bool Enabled, const char* ChannelFilter, LOGLEVEL Le
|
|||||||
msw_ReopenStandardPipes();
|
msw_ReopenStandardPipes();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
msw_EnableVirtualTerminalProcessing();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user