signal: show Windows popup window on crash (#410)

## Link to GitHub Issue, if one exists
#345 

## Description of change
Show a MessageBox when signal detects a crash.

## Testing
Tested full screen and windowed games.
This commit is contained in:
bicarus-dev
2025-10-31 20:54:56 -07:00
committed by GitHub
parent 13a0877d38
commit 537252440e
5 changed files with 40 additions and 1 deletions
+2
View File
@@ -1,5 +1,7 @@
#include "logging.h"
DWORD LOG_FATAL_SLEEP = 10000;
std::string_view log_get_datetime() {
return log_get_datetime(time(nullptr));
}