display message when hotkey unthrottle item is clicked

This commit is contained in:
zeromus 2015-08-17 23:51:08 -05:00
parent 2adb3deac7
commit 970f0f50ac
1 changed files with 1 additions and 0 deletions

View File

@ -1123,6 +1123,7 @@ namespace BizHawk.Client.EmuHawk
private void miUnthrottled_Click(object sender, EventArgs e)
{
_unthrottled ^= true;
ThrottleMessage();
}
#endregion