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

@ -161,7 +161,8 @@ s32 DVDGetDriveStatus(void)
return 0;
}
void HuDvdErrorWatch(void)
s32 DVDGetCommandBlockStatus(const DVDCommandBlock *block)
{
// TODO
return 0;
}