Cheats - hide game genie button/menu item on load, not just on restart

This commit is contained in:
adelikat 2012-09-17 01:13:17 +00:00
parent c6a14d551c
commit 3644acd173
1 changed files with 1 additions and 0 deletions

View File

@ -152,6 +152,7 @@ namespace BizHawk.MultiClient
private void Cheats_Load(object sender, EventArgs e) private void Cheats_Load(object sender, EventArgs e)
{ {
ToggleGameGenieButtons();
LoadConfigSettings(); LoadConfigSettings();
PopulateMemoryDomainComboBox(); PopulateMemoryDomainComboBox();
AddressBox.MaxLength = GetNumDigits(Global.Emulator.MainMemory.Size - 1); AddressBox.MaxLength = GetNumDigits(Global.Emulator.MainMemory.Size - 1);