From 98a58daf57ad88e9e826036a0881e6b1c6c50b91 Mon Sep 17 00:00:00 2001 From: kd-11 Date: Tue, 6 Dec 2022 19:33:33 +0300 Subject: [PATCH] Fix build --- rpcs3/main.cpp | 2 +- rpcs3/module_verifier.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rpcs3/main.cpp b/rpcs3/main.cpp index 682a04ec4d..a8db72d0fc 100644 --- a/rpcs3/main.cpp +++ b/rpcs3/main.cpp @@ -91,7 +91,7 @@ extern char **environ; LOG_CHANNEL(sys_log, "SYS"); LOG_CHANNEL(q_debug, "QDEBUG"); -[[noreturn]] extern void report_fatal_error(std::string_view _text, bool is_html, bool include_help_text) +[[noreturn]] extern void report_fatal_error(std::string_view _text, bool is_html = false, bool include_help_text = true) { #ifdef __linux__ extern void jit_announce(uptr, usz, std::string_view); diff --git a/rpcs3/module_verifier.hpp b/rpcs3/module_verifier.hpp index 8f4817ba6f..48690212d6 100644 --- a/rpcs3/module_verifier.hpp +++ b/rpcs3/module_verifier.hpp @@ -11,7 +11,7 @@ #include #include -[[noreturn]] void report_fatal_error(std::string_view text, bool is_html = false, bool include_help_text = true); +[[noreturn]] void report_fatal_error(std::string_view text, bool is_html, bool include_help_text); // Validates that system modules are properly installed // Only relevant for WIN32