1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 04:22:20 +02:00

Added Relaunch option on crash dialog

This commit is contained in:
Brian Fiete 2020-09-17 14:15:38 -07:00
parent 980132c3cc
commit a215bac755
7 changed files with 79 additions and 7 deletions

View file

@ -970,6 +970,11 @@ BFP_EXPORT void BFP_CALLTYPE BfpSystem_AddCrashInfo(const char* str)
CrashCatcher::Get()->AddInfo(str);
}
BFP_EXPORT void BFP_CALLTYPE BfpSystem_SetCrashRelaunchCmd(const char* str)
{
CrashCatcher::Get()->SetRelaunchCmd(str);
}
BFP_EXPORT void BFP_CALLTYPE BfpSystem_Shutdown()
{
while (gManagerTail != NULL)