oops, pretend this didn't happen

This commit is contained in:
CasualPokePlayer 2022-02-03 19:05:27 -08:00
parent dd3cf6091f
commit c8c8b1c05c
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -433,7 +433,7 @@ EXPORT void SetReg(s32 ncpu, s32 index, s32 val)
NDS::SetReg(ncpu, index, val);
}
EXPORT u32 GetTotalExecutedCycles()
EXPORT u32 GetCallbackCycleOffset()
{
return RunningFrame ? NDS::GetSysClockCycles(2) : 0;
}