mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 08:51:28 +12:00
parent
5953781c13
commit
373d189edb
29 changed files with 1231 additions and 479 deletions
|
@ -93,6 +93,8 @@ CPUThread* CPUThreadManager::GetThread(u32 id)
|
|||
{
|
||||
CPUThread* res;
|
||||
|
||||
if (!id) return nullptr;
|
||||
|
||||
if (!Emu.GetIdManager().GetIDData(id, res)) return nullptr;
|
||||
|
||||
return res;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue