Start Decompiling bootdll.c

This commit is contained in:
gamemasterplc 2023-12-26 17:10:45 -06:00
parent f383e26929
commit 0fadf3a57f
8 changed files with 460 additions and 140 deletions

View file

@ -39,6 +39,8 @@ struct OSResetFunctionInfo {
OSResetFunctionInfo* prev;
};
u32 OSGetResetCode(void);
#ifdef __cplusplus
}
#endif