[+] Missing ConsoleTTY::IsBuffering() under NT
This commit is contained in:
parent
4ca490e4f3
commit
9c90e96dee
@ -532,4 +532,9 @@ namespace Aurora::Console::ConsoleTTY
|
|||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
bool IsBuffering()
|
||||||
|
{
|
||||||
|
return gIsRecording;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user