Cheats - on screen message when Disable All Cheats is performed.

This commit is contained in:
adelikat 2012-04-21 22:42:32 +00:00
parent fad95b6bab
commit 8711c49819
1 changed files with 2 additions and 0 deletions

View File

@ -823,6 +823,8 @@ namespace BizHawk.MultiClient
public void DisableAllCheats()
{
if (Global.CheatList.cheatList.Count > 0)
Global.OSD.AddMessage("All cheats disabled.");
for (int x = 0; x < Global.CheatList.cheatList.Count; x++)
Global.CheatList.cheatList[x].Disable();
MemoryPulse.Clear();