jmp fixes and be matching again
move to aurora fork
This commit is contained in:
parent
30d80d66a0
commit
4438f7d9c8
8 changed files with 45 additions and 21 deletions
|
|
@ -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() { }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue