mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 05:51:27 +12:00
Threads improved, ID manager improved
This commit is contained in:
parent
78bfd54ad4
commit
ca6783ba9a
48 changed files with 1113 additions and 990 deletions
|
@ -199,7 +199,7 @@ void LogManager::log(LogMessage msg)
|
|||
prefix = "E ";
|
||||
break;
|
||||
}
|
||||
if (auto thr = get_current_thread_ctrl())
|
||||
if (auto thr = thread_ctrl::get_current())
|
||||
{
|
||||
prefix += "{" + thr->get_name() + "} ";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue