oops, pretend this didn't happen
This commit is contained in:
parent
dd3cf6091f
commit
c8c8b1c05c
Binary file not shown.
|
@ -433,7 +433,7 @@ EXPORT void SetReg(s32 ncpu, s32 index, s32 val)
|
||||||
NDS::SetReg(ncpu, index, val);
|
NDS::SetReg(ncpu, index, val);
|
||||||
}
|
}
|
||||||
|
|
||||||
EXPORT u32 GetTotalExecutedCycles()
|
EXPORT u32 GetCallbackCycleOffset()
|
||||||
{
|
{
|
||||||
return RunningFrame ? NDS::GetSysClockCycles(2) : 0;
|
return RunningFrame ? NDS::GetSysClockCycles(2) : 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue