Improve exception logging on posix

Fix compile errors
This commit is contained in:
Exzap 2023-04-06 06:08:14 +02:00
parent 3428e4dae6
commit 072c18a6e3
8 changed files with 225 additions and 159 deletions

View file

@ -179,7 +179,7 @@ void mainEmulatorCommonInit()
// set high priority
SetPriorityClass(GetCurrentProcess(), ABOVE_NORMAL_PRIORITY_CLASS);
#endif
ExceptionHandler_init();
ExceptionHandler_Init();
// read config
g_config.Load();
if (NetworkConfig::XMLExists())