Add Progress.md (#187)

* Match DynamicLink

* finish merge

* Add Progress.md and update readme
This commit is contained in:
jdflyer
2022-04-10 16:29:58 -06:00
committed by GitHub
parent dd8899033b
commit 545da8536d
12 changed files with 866 additions and 123 deletions
+1 -1
View File
@@ -356,7 +356,7 @@ bool JUTException::searchPartialModule(u32 address, u32* module_id, u32* section
}
}
module = module->mNext;
module = (OSModuleInfo*)module->mNext;
}
return false;