Crash log: Suppress messages from internal faults

This commit is contained in:
Jonathan G Rennison
2023-06-12 21:26:43 +01:00
parent ad995cbebc
commit 8c507d6611
5 changed files with 19 additions and 4 deletions

View File

@@ -762,6 +762,8 @@ thread_local void *_safe_esp = nullptr;
static LONG WINAPI ExceptionHandler(EXCEPTION_POINTERS *ep)
{
CrashLog::RegisterCrashed();
/* Restore system timer resolution. */
timeEndPeriod(1);