when continuous-frame-rewinding and clock throttle isnt enabled, clock throttling would occur--not any more.
This commit is contained in:
parent
d012dd831f
commit
ea63fd5516
|
@ -101,7 +101,8 @@ namespace BizHawk.Client.EmuHawk
|
||||||
{
|
{
|
||||||
//dont ever skip frames when continuous frame advancing. it's meant for precision work.
|
//dont ever skip frames when continuous frame advancing. it's meant for precision work.
|
||||||
//but we DO need to throttle
|
//but we DO need to throttle
|
||||||
extraThrottle = true;
|
if(Global.Config.ClockThrottle)
|
||||||
|
extraThrottle = true;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue