From caca9f3e11c704c4127a12c137d5a9afec9485b7 Mon Sep 17 00:00:00 2001 From: cottonvibes Date: Sun, 19 Oct 2008 22:22:03 +0000 Subject: [PATCH] i think this was a big problem with freezexmmregs_() git-svn-id: http://pcsx2-playground.googlecode.com/svn/trunk@218 a6443dda-0b58-4228-96e9-037be469359c --- pcsx2/Counters.c | 12 ++++++------ pcsx2/x86/iCore.cpp | 16 ++++++++-------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/pcsx2/Counters.c b/pcsx2/Counters.c index ea83d529f9..6c6386a206 100644 --- a/pcsx2/Counters.c +++ b/pcsx2/Counters.c @@ -183,12 +183,12 @@ void FrameLimiter() if (iEnd>=iExpectedEnd) { u64 diff = iEnd-iExpectedEnd; - if((diff>>3)>iTicks) iExpectedEnd=iEnd; + if ((diff>>3)>iTicks) iExpectedEnd=iEnd; } else do { Sleep(1); iEnd = GetCPUTicks(); - } while(iEnd