[+] Missing ConsoleTTY::IsBuffering() under NT

This commit is contained in:
Reece Wilson 2022-08-05 19:25:01 +01:00
parent 4ca490e4f3
commit 9c90e96dee

View File

@ -532,4 +532,9 @@ namespace Aurora::Console::ConsoleTTY
return true; return true;
} }
bool IsBuffering()
{
return gIsRecording;
}
} }