display message when hotkey unthrottle item is clicked
This commit is contained in:
parent
2adb3deac7
commit
970f0f50ac
|
@ -1123,6 +1123,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
private void miUnthrottled_Click(object sender, EventArgs e)
|
||||
{
|
||||
_unthrottled ^= true;
|
||||
ThrottleMessage();
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
|
Loading…
Reference in New Issue