mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 08:21:29 +12:00
ID manager simplified
ID manager refactoring, redundant "type" information removed
This commit is contained in:
parent
da8883d5d3
commit
dd665e7363
67 changed files with 762 additions and 941 deletions
|
@ -735,7 +735,7 @@ void PPUThread::task()
|
|||
|
||||
ppu_thread::ppu_thread(u32 entry, const std::string& name, u32 stack_size, s32 prio)
|
||||
{
|
||||
auto ppu = Emu.GetIdManager().make_ptr<PPUThread>(name);
|
||||
auto ppu = idm::make_ptr<PPUThread>(name);
|
||||
|
||||
if (entry)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue