Merge branch 'master' into concedo_experimental

This commit is contained in:
Concedo
2023-05-10 18:35:53 +08:00
2 changed files with 6 additions and 1 deletions
+2 -1
View File
@@ -520,8 +520,9 @@ void console_init(console_state & con_st) {
if (con_st.tty != nullptr) {
con_st.out = con_st.tty;
}
#endif
setlocale(LC_ALL, "");
#endif
}
void console_cleanup(console_state & con_st) {