mirror of
https://github.com/spice2x/spice2x.github.io.git
synced 2026-08-05 08:10:40 -07:00
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:
@@ -1,5 +1,7 @@
|
||||
#include "logging.h"
|
||||
|
||||
DWORD LOG_FATAL_SLEEP = 10000;
|
||||
|
||||
std::string_view log_get_datetime() {
|
||||
return log_get_datetime(time(nullptr));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user