summaryrefslogtreecommitdiff
path: root/src/KingSystem/Resource/resEntryFactory.h
AgeCommit message (Collapse)Author
2022-01-07ksys/phys: Add MemSystem::initSystemDataLéo Lam
2021-04-23ksys/res: Fix EntryFactory using value initialisation when new'ingLéo Lam
This causes an extra memset to be issued in some cases.
2020-11-08ksys/res: Fix EntryFactory<T>::newResource_ return typeLéo Lam
Having a covariant return type that isn't sead::DirectResource* will cause an extra nullptr check to be emitted
2020-09-04ksys/res: Implement EntryFactory (base class and template)Léo Lam
Also adds a heap-related function that's used by EntryFactory (and many other functions)