Port HuSprAnimRead
This commit is contained in:
parent
c54fd002ec
commit
3b31d9fcfc
10 changed files with 454 additions and 16 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue