Crashlog: Update thread/lock handling to match GameLoop changes

This commit is contained in:
Jonathan G Rennison
2021-04-06 03:53:01 +01:00
parent d452517c66
commit 63ddf7f587
10 changed files with 72 additions and 33 deletions

View File

@@ -173,10 +173,6 @@ public:
inline const char *GetMessage() const { return this->message; }
static const char *GetAbortCrashlogReason();
static const CrashLog *main_thread_pending_crashlog;
static void MainThreadExitCheckPendingCrashlog();
};
#endif /* CRASHLOG_H */