mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 16:01:42 +12:00
ux: Update vcredist links and optionally disable help text from error dialog
This commit is contained in:
parent
a6b44ea1bb
commit
0aaa40cd53
6 changed files with 52 additions and 30 deletions
|
@ -93,7 +93,7 @@ thread_local std::string_view g_tls_serialize_name;
|
|||
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, bool = false);
|
||||
[[noreturn]] void report_fatal_error(std::string_view text, bool is_html = false, bool include_help_text = true);
|
||||
|
||||
void initialize_timebased_time(u64 timebased_init, bool reset = false);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue