mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 06:55:09 +00: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