mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-04 22:11:18 +12:00
Improve exception logging on posix
Fix compile errors
This commit is contained in:
parent
3428e4dae6
commit
072c18a6e3
8 changed files with 225 additions and 159 deletions
|
@ -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())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue