Display message on screen when speed is changed

This commit is contained in:
andres.delikat 2011-02-21 16:43:07 +00:00
parent 7d0f4f21fe
commit e5bac81a0b
1 changed files with 1 additions and 0 deletions

View File

@ -140,6 +140,7 @@ namespace BizHawk.MultiClient
{
Global.Config.SpeedPercent = value;
throttle.SetSpeedPercent(value);
Global.RenderPanel.AddMessage(value + "% Speed");
}
protected override void OnClosed(EventArgs e)