Cheats - on screen message when Disable All Cheats is performed.
This commit is contained in:
parent
fad95b6bab
commit
8711c49819
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue