pgl: update to use tipc (untested)

This commit is contained in:
Michael Scire 2021-04-11 01:07:55 -07:00 committed by SciresM
parent 1118421fa6
commit b2b0c50802
16 changed files with 600 additions and 130 deletions

View file

@ -59,7 +59,7 @@ namespace ams::tipc {
}
}
AMS_ABORT("Failed to allocate entry in SlabAllocator<T, N>");
return nullptr;
}
void Deallocate(ServiceObjectBase *object) {