Port HuSprAnimRead

This commit is contained in:
dbalatoni13 2025-04-06 00:19:49 +02:00
parent c54fd002ec
commit 3b31d9fcfc
10 changed files with 454 additions and 16 deletions

View file

@ -669,13 +669,15 @@ void GXResetWriteGatherPipe(void)
puts("GXResetWriteGatherPipe is a stub");
}
void ARQInit(void) {
puts("ARQInit is a stub");
}
// Hudson
void HuDvdErrDispInit(GXRenderModeObj *rmode, void *xfb1, void *xfb2) { }
void HuAudInit(void) { }
void HuARInit(void) { }
void msmSysRegularProc(void)
{
puts("msmSysRegularProc is a stub");
@ -689,6 +691,7 @@ void msmMusFdoutEnd(void)
s32 HuSoftResetButtonCheck(void)
{
puts("HuSoftResetButtonCheck is a stub");
return 0;
}
void MGSeqMain(void)