Add message to screen whenever a cheat (freeze) action is performed in a dialog

This commit is contained in:
andres.delikat 2011-08-02 03:00:12 +00:00
parent 11c5dd04ac
commit 60d14b7efe
1 changed files with 1 additions and 0 deletions

View File

@ -187,6 +187,7 @@ namespace BizHawk.MultiClient
{
Changes();
cheatList.Add(c);
Global.RenderPanel.AddMessage("Cheat added.");
if (!this.IsHandleCreated || this.IsDisposed) return;
DisplayCheatsList();
CheatListView.Refresh();