mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-28 21:38:01 +03:00
Qt: support fatal error as htmk
This commit is contained in:
parent
ca0ca2e5a8
commit
a6b44ea1bb
6 changed files with 21 additions and 25 deletions
|
@ -96,7 +96,7 @@ thread_local bool g_tls_access_violation_recovered = false;
|
|||
extern thread_local std::string(*g_tls_log_prefix)();
|
||||
|
||||
// Report error and call std::abort(), defined in main.cpp
|
||||
[[noreturn]] void report_fatal_error(std::string_view);
|
||||
[[noreturn]] void report_fatal_error(std::string_view, bool = false);
|
||||
|
||||
std::string dump_useful_thread_info()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue