Clear the Text Box inputs for GBA.
This commit is contained in:
parent
3f12ae3485
commit
280b7a84c7
|
@ -485,6 +485,9 @@ namespace BizHawk.Client.EmuHawk
|
|||
var watch = Watch.GenerateWatch(MemoryDomains["System Bus"], long.Parse(RAMAddress, NumberStyles.HexNumber), Watch.WatchSize.DWord, Watch.DisplayType.Hex, txtDescription.Text, false);
|
||||
Global.CheatList.Add(new Cheat(watch, int.Parse(RAMValue, NumberStyles.HexNumber)));
|
||||
}
|
||||
//Clear old Inputs
|
||||
txtCheat.Clear();
|
||||
txtDescription.Clear();
|
||||
}
|
||||
}
|
||||
private void GEN()
|
||||
|
|
Loading…
Reference in New Issue