ID manager simplified

ID manager refactoring, redundant "type" information removed
This commit is contained in:
Nekotekina 2015-08-05 18:30:32 +03:00
parent da8883d5d3
commit dd665e7363
67 changed files with 762 additions and 941 deletions

View file

@ -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)
{