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