Fix weak function order in d_sys.cpp & mark matching

This commit is contained in:
Sean Miller
2026-04-07 21:43:31 +01:00
parent 880dc5f03e
commit 5083d2031c
3 changed files with 8 additions and 2 deletions
+6
View File
@@ -103,6 +103,12 @@ public:
return static_cast<SimpleAudioMgr *>(mAudioMgr);
}
// Trick to fix weak function order in d_sys.cpp
// https://github.com/zeldaret/ss/pull/305#issuecomment-4201728492
void doInitialize() {
initialize();
}
public:
/* 0x38 */ u32 mGraphicsFifoSize;
/* 0x3C */ GXRenderModeObj *mRenderMode;