Removes busy-wait

This sleep doesn't appear to be needed. It's just busy waiting.

We save CPU cycles by not doing this.
This commit is contained in:
Meerkov 2016-09-29 00:18:55 -07:00
parent 1b8d32e82f
commit 151c88feb8
1 changed files with 0 additions and 2 deletions

View File

@ -534,8 +534,6 @@ namespace BizHawk.Client.EmuHawk
{
break;
}
Thread.Sleep(0);
}
Shutdown();