Re-enable Thread Sleep when not in Absolute Zero mode

This commit is contained in:
Meerkov 2016-09-29 01:19:25 -07:00
parent 129fdf2a68
commit 6a9510c9ae
1 changed files with 4 additions and 0 deletions
BizHawk.Client.EmuHawk

View File

@ -534,6 +534,10 @@ namespace BizHawk.Client.EmuHawk
{
break;
}
if (Global.Config.DispSpeedupFeatures != 0)
{
Thread.Sleep(0);
}
}
Shutdown();