mirror of
https://github.com/zeldaret/ss
synced 2026-06-23 00:49:51 -04:00
More natural cast in eggSystem.cpp
This commit is contained in:
@@ -56,7 +56,7 @@ void ConfigurationData::initMemory() {
|
||||
} else {
|
||||
debugHeapSize = 0;
|
||||
}
|
||||
void *debugHeapPtr = (void *)((u32)root2HeapPtr + root2HeapSize);
|
||||
void *debugHeapPtr = (u8 *)root2HeapPtr + root2HeapSize;
|
||||
|
||||
mRootHeapMem1 = ExpHeap::create(root1HeapPtr, root1HeapSize, 0);
|
||||
mRootHeapMem1->setName("EGGRootMEM1");
|
||||
|
||||
Reference in New Issue
Block a user