summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
authorXTra.KrazzY <XTra.KrazzY@gmail.com>2009-10-23 21:47:53 +0000
committerXTra.KrazzY <XTra.KrazzY@gmail.com>2009-10-23 21:47:53 +0000
commitbf4ae6aaa0450e5d1c50853d9dfbce76bbe9a19b (patch)
tree8034042de29e6cd71722779df650bcbd36c31d21 /Source/Core
parentf4322508938ce570dd063471220e11b016040904 (diff)
Fixed AR codes
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4458 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/Core/Src/HW/SystemTimers.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Core/Core/Src/HW/SystemTimers.cpp b/Source/Core/Core/Src/HW/SystemTimers.cpp
index e79319d0ae..698e03ea4a 100644
--- a/Source/Core/Core/Src/HW/SystemTimers.cpp
+++ b/Source/Core/Core/Src/HW/SystemTimers.cpp
@@ -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()