Merge branch 'master' into concedo_experimental

This commit is contained in:
Concedo 2023-05-10 18:35:53 +08:00
commit 19dbb3b2a5
2 changed files with 6 additions and 1 deletions

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) {