mirror of
https://github.com/zeldaret/ss
synced 2026-08-27 08:27:08 -04:00
Fix link error with d_lib.cpp & mark as matching
This commit is contained in:
+1
-1
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user