mirror of
https://github.com/zeldaret/ss
synced 2026-06-01 09:47:32 -04:00
Guess this does actually work
This commit is contained in:
+1
-1
@@ -222,7 +222,7 @@ BOOL DynamicModuleControl::do_link() {
|
||||
|
||||
if (mModule != nullptr) {
|
||||
int alignedFixSize = ROUND_UP(mModule->fixSize, 0x20);
|
||||
int alignedFixPtr = (int)&mModule->info + alignedFixSize;
|
||||
int alignedFixPtr = (int)mModule + alignedFixSize;
|
||||
int totalSize = EGG::ExpHeap::getSizeForMBlock(mModule);
|
||||
BOOL result;
|
||||
if (totalSize == 0) {
|
||||
|
||||
Reference in New Issue
Block a user