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
+1
View File
@@ -11,4 +11,5 @@ namespace deferredlogs {
void defer_error_messages(std::initializer_list<std::string> messages);
void dump_to_logger(bool is_crash=false);
void show_popup_for_crash();
}