jmp fixes and be matching again

move to aurora fork
This commit is contained in:
dbalatoni13 2025-04-04 00:47:03 +02:00
parent 30d80d66a0
commit 4438f7d9c8
8 changed files with 45 additions and 21 deletions

View file

@ -518,6 +518,24 @@ OSInterruptMask __OSUnmaskInterrupts(OSInterruptMask mask)
return 0;
}
void SISetSamplingRate(u32 msec)
{
// Maybe we could include SI later
puts("SISetSamplingRate is a stub");
}
VIRetraceCallback VISetPostRetraceCallback(VIRetraceCallback callback)
{
puts("VISetPostRetraceCallback is a stub");
// TODO
return callback;
}
void msmSysRegularProc(void)
{
puts("msmSysRegularProc is a stub");
}
// Hudson
void HuDvdErrDispInit(GXRenderModeObj *rmode, void *xfb1, void *xfb2) { }
void HuAudInit() { }