double heaps to fix Midna's eye (#106) and various other error messages I got.

Also updating aurora.
This commit is contained in:
Lurs
2026-04-06 09:21:26 +02:00
parent c41ec46c71
commit 4f28c4ed10
7 changed files with 19 additions and 6 deletions
+3
View File
@@ -730,6 +730,9 @@ u8 var_r30 = fopAcM::HeapAdjustEntry;
#endif
u32 size = i_size & 0xFFFFFF;
#if TARGET_PC
size *= 2;
#endif
bool result = fopAcM_entrySolidHeap_(i_actor, i_heapCallback, size);
#if DEBUG
fopAcM::HeapDummyCheck = var_r29;