Display message on screen when speed is changed
This commit is contained in:
parent
7d0f4f21fe
commit
e5bac81a0b
|
@ -140,6 +140,7 @@ namespace BizHawk.MultiClient
|
||||||
{
|
{
|
||||||
Global.Config.SpeedPercent = value;
|
Global.Config.SpeedPercent = value;
|
||||||
throttle.SetSpeedPercent(value);
|
throttle.SetSpeedPercent(value);
|
||||||
|
Global.RenderPanel.AddMessage(value + "% Speed");
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override void OnClosed(EventArgs e)
|
protected override void OnClosed(EventArgs e)
|
||||||
|
|
Loading…
Reference in New Issue