early-access version 2490

This commit is contained in:
pineappleEA
2022-02-14 02:49:37 +01:00
parent e9ed276fbf
commit 26825ca414
5 changed files with 29 additions and 13 deletions
+1
View File
@@ -30,6 +30,7 @@ void ToggleConsole() {
freopen_s(&temp, "CONIN$", "r", stdin);
freopen_s(&temp, "CONOUT$", "w", stdout);
freopen_s(&temp, "CONOUT$", "w", stderr);
SetConsoleOutputCP(65001);
SetColorConsoleBackendEnabled(true);
}
} else {