Clear the Text Box inputs for GBA.

This commit is contained in:
hegyak 2015-11-22 16:03:22 -08:00
parent 3f12ae3485
commit 280b7a84c7
1 changed files with 3 additions and 0 deletions

View File

@ -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()