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:
parent
97b86029a6
commit
b884832675
|
@ -1027,7 +1027,7 @@ DWORD WINAPI run()
|
|||
NDS_SkipFrame(true);
|
||||
}
|
||||
|
||||
// if(frameskiprate != 0)
|
||||
if(frameskiprate != 0 || autoframeskipenab)
|
||||
while(SpeedThrottle())
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue