Re-enable Thread Sleep when not in Absolute Zero mode
This commit is contained in:
parent
129fdf2a68
commit
6a9510c9ae
BizHawk.Client.EmuHawk
|
@ -534,6 +534,10 @@ namespace BizHawk.Client.EmuHawk
|
|||
{
|
||||
break;
|
||||
}
|
||||
if (Global.Config.DispSpeedupFeatures != 0)
|
||||
{
|
||||
Thread.Sleep(0);
|
||||
}
|
||||
}
|
||||
|
||||
Shutdown();
|
||||
|
|
Loading…
Reference in New Issue