Imported dolphin/card

This commit is contained in:
dbalatoni13 2024-11-12 03:38:42 +01:00
parent 61676fc982
commit b44fb658a1
18 changed files with 3315 additions and 78 deletions

View file

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