[+] A recommendation for Windows 11 or greater users to upgrade to Windows 7 or 10

This commit is contained in:
Reece Wilson 2023-12-18 04:52:39 +00:00
parent 98f30cac51
commit dc23f14192

View File

@ -359,6 +359,11 @@ namespace Aurora::Console::ConsoleTTY
{
UXModeStart();
}
if (AuSwInfo::IsWindows11OrGreater())
{
AuLogWarn("Aurora's ConsoleTTY *logger* does not run under Windows Terminal. You must use conhost via cmd.exe or upgrade to Windows 7 or whichever version of 10/LTSC has the best drivers.");
}
#endif
return true;