mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 08:51:28 +12:00
Fixed thread issues
Fixed args passing Fixed thread stopping/pausing (temporarily) Fixed problems with SC_Condition and SC_Mutex (partially)
This commit is contained in:
parent
a0c8e116df
commit
311486ed79
10 changed files with 60 additions and 19 deletions
|
@ -93,7 +93,7 @@ CPUThread* CPUThreadManager::GetThread(u32 id)
|
|||
{
|
||||
CPUThread* res;
|
||||
|
||||
Emu.GetIdManager().GetIDData(id, res);
|
||||
if (!Emu.GetIdManager().GetIDData(id, res)) return nullptr;
|
||||
|
||||
return res;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue