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.
This commit is contained in:
luigi__ 2009-01-31 13:13:54 +00:00
parent 36e1fee5fe
commit 3221fc2a88
1 changed files with 1 additions and 1 deletions

View File

@ -1027,7 +1027,7 @@ DWORD WINAPI run()
NDS_SkipFrame(true);
}
if(frameskiprate != 0)
// if(frameskiprate != 0)
while(SpeedThrottle())
{
}