ui: Disable CRT assert dialogs, log to stderr

This commit is contained in:
Matt Borgerson
2026-01-12 01:21:19 -07:00
committed by mborgerson
parent 246f17cab5
commit b28279ca74
+2
View File
@@ -1339,6 +1339,8 @@ int main(int argc, char **argv)
freopen("xemu.log", "a", stderr);
}
}
_set_error_mode(_OUT_TO_STDERR);
#endif
fprintf(stderr, "xemu_version: %s\n", xemu_version);