mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-28 13:28:01 +03:00
Improve error_code, make HDD1 errors be warnings
This commit is contained in:
parent
fa74d3e88c
commit
8b934abcf2
4 changed files with 71 additions and 32 deletions
|
@ -2065,7 +2065,7 @@ void thread_base::set_name(std::string name)
|
|||
u64 thread_base::finalize(thread_state result_state) noexcept
|
||||
{
|
||||
// Report pending errors
|
||||
error_code::error_report(0, 0, 0, 0);
|
||||
error_code::error_report(0, nullptr, nullptr, nullptr, nullptr);
|
||||
|
||||
#ifdef _WIN32
|
||||
static thread_local ULONG64 tls_cycles{};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue