d_rawarchive mostly matching

This commit is contained in:
robojumper
2024-05-25 19:30:32 +02:00
parent fda931e2ae
commit 6da4bb94c5
10 changed files with 574 additions and 75 deletions
+1 -1
View File
@@ -207,6 +207,6 @@ EGG::AssertHeap *mHeap::createAssertHeap(EGG::Heap *parent) {
return g_assertHeap;
}
EGG::Heap *mHeap::makeHeapOnCurrentGameHeap(size_t size, const char *name, u32 align, u32 flags) {
EGG::FrmHeap *mHeap::makeHeapOnCurrentGameHeap(size_t size, const char *name, u32 align, u32 flags) {
return makeFrmHeapAndUpdate(size, g_gameHeaps[0], name, align, flags);
}