when continuous-frame-rewinding and clock throttle isnt enabled, clock throttling would occur--not any more.

This commit is contained in:
zeromus 2015-09-20 21:08:26 -05:00
parent d012dd831f
commit ea63fd5516
1 changed files with 2 additions and 1 deletions

View File

@ -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
{