mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-10 04:27:03 +03:00
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
1 changed files with 2 additions and 0 deletions
|
@ -235,6 +235,8 @@ void PatchEngineCallback(u64 userdata, int cyclesLate)
|
||||||
// Patch mem and run the Action Replay
|
// Patch mem and run the Action Replay
|
||||||
PatchEngine::ApplyFramePatches();
|
PatchEngine::ApplyFramePatches();
|
||||||
PatchEngine::ApplyARPatches();
|
PatchEngine::ApplyARPatches();
|
||||||
|
|
||||||
|
CoreTiming::ScheduleEvent((GetTicksPerSecond() / 60) - cyclesLate, et_PatchEngine);
|
||||||
}
|
}
|
||||||
|
|
||||||
void Init()
|
void Init()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue