re-add my change to stop throttling when frameskip is 0, but do it right this time, so that autoframeskip causes the throttling to enable as a limiter

This commit is contained in:
zeromus 2009-01-31 16:44:06 +00:00
parent 97b86029a6
commit b884832675
1 changed files with 1 additions and 1 deletions

View File

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