Fixed AR codes
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4458 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
f432250893
commit
bf4ae6aaa0
|
@ -235,6 +235,8 @@ void PatchEngineCallback(u64 userdata, int cyclesLate)
|
|||
// Patch mem and run the Action Replay
|
||||
PatchEngine::ApplyFramePatches();
|
||||
PatchEngine::ApplyARPatches();
|
||||
|
||||
CoreTiming::ScheduleEvent((GetTicksPerSecond() / 60) - cyclesLate, et_PatchEngine);
|
||||
}
|
||||
|
||||
void Init()
|
||||
|
|
Loading…
Reference in New Issue