remove ignore_exceptions setting

This commit is contained in:
FunkyFr3sh 2024-09-25 16:47:12 +02:00
parent 80b8a996a7
commit 577f473327
3 changed files with 1 additions and 9 deletions

View file

@ -46,12 +46,7 @@ BOOL WINAPI DllMain(HANDLE hDll, DWORD dwReason, LPVOID lpReserved)
#endif
cfg_load();
if (g_config.ignore_exceptions)
{
g_dbg_exception_handle =
AddVectoredExceptionHandler(1, (PVECTORED_EXCEPTION_HANDLER)dbg_vectored_exception_handler);
}
g_dbg_exception_handle = AddVectoredExceptionHandler(1, (PVECTORED_EXCEPTION_HANDLER)dbg_vectored_exception_handler);
char buf[1024];