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.
|
||||
//but we DO need to throttle
|
||||
extraThrottle = true;
|
||||
if(Global.Config.ClockThrottle)
|
||||
extraThrottle = true;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue