Add message to screen whenever a cheat (freeze) action is performed in a dialog
This commit is contained in:
parent
11c5dd04ac
commit
60d14b7efe
|
@ -187,6 +187,7 @@ namespace BizHawk.MultiClient
|
||||||
{
|
{
|
||||||
Changes();
|
Changes();
|
||||||
cheatList.Add(c);
|
cheatList.Add(c);
|
||||||
|
Global.RenderPanel.AddMessage("Cheat added.");
|
||||||
if (!this.IsHandleCreated || this.IsDisposed) return;
|
if (!this.IsHandleCreated || this.IsDisposed) return;
|
||||||
DisplayCheatsList();
|
DisplayCheatsList();
|
||||||
CheatListView.Refresh();
|
CheatListView.Refresh();
|
||||||
|
|
Loading…
Reference in New Issue