Merge decomp/main into dusk

This commit is contained in:
Luke Street
2026-02-28 21:33:12 -07:00
11 changed files with 41 additions and 29 deletions
+1 -1
View File
@@ -226,7 +226,7 @@ bool DynamicModuleControl::do_load() {
mModule = (OSModuleHeader*)JKRDvdToMainRam(
buffer, NULL, EXPAND_SWITCH_UNKNOWN1, 0, heap,
JKRDvdRipper::ALLOC_DIRECTION_FORWARD, 0, NULL, NULL);
if (mModule != NULL) {
if (mModule != 0) {
mSize = 0;
mResourceType = 7;
}