From 03814840f58584be0e1400e6bba34db16608c3a4 Mon Sep 17 00:00:00 2001 From: hrydgard Date: Wed, 16 Jul 2008 21:07:18 +0000 Subject: [PATCH] Throttle reactivated. It's not very good, though. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@13 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/Core/Src/HW/SystemTimers.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/Core/Core/Src/HW/SystemTimers.cpp b/Source/Core/Core/Src/HW/SystemTimers.cpp index 8fad7f5bcb..26a995646a 100644 --- a/Source/Core/Core/Src/HW/SystemTimers.cpp +++ b/Source/Core/Core/Src/HW/SystemTimers.cpp @@ -153,8 +153,6 @@ int timeHistory[HISTORYLENGTH] = {0,0,0,0,0}; void Throttle(u64 userdata, int cyclesLate) { - return; - static Common::Timer timer; for (int i=0; i