From 3221fc2a8844571d20790dd11cf5bfabc484d1ec Mon Sep 17 00:00:00 2001 From: luigi__ Date: Sat, 31 Jan 2009 13:13:54 +0000 Subject: [PATCH] Revert the last change because we lost the ability to limit framerate when using auto frameskip, which can be annoying. I think we should rather add a "Limit framerate" option. --- desmume/src/windows/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desmume/src/windows/main.cpp b/desmume/src/windows/main.cpp index b99632253..aebb9a425 100644 --- a/desmume/src/windows/main.cpp +++ b/desmume/src/windows/main.cpp @@ -1027,7 +1027,7 @@ DWORD WINAPI run() NDS_SkipFrame(true); } - if(frameskiprate != 0) + // if(frameskiprate != 0) while(SpeedThrottle()) { }