Fix link error with d_lib.cpp & mark as matching

This commit is contained in:
Sean Miller
2026-04-07 16:49:03 +01:00
parent 917f850824
commit 21c847dfd6
5 changed files with 22 additions and 10 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ static OSThread MAIN_THREAD;
void main(int argc, char **argv) {
u8 pStackBase[STACK_SIZE] __attribute__((aligned(32)));
dLib::unknownStub();
unknownStub();
dMain::g_InitialTime = OSGetTime();
dSystem::fixHeaps();