Cheats - hide game genie button/menu item on load, not just on restart
This commit is contained in:
parent
c6a14d551c
commit
3644acd173
|
@ -152,6 +152,7 @@ namespace BizHawk.MultiClient
|
|||
|
||||
private void Cheats_Load(object sender, EventArgs e)
|
||||
{
|
||||
ToggleGameGenieButtons();
|
||||
LoadConfigSettings();
|
||||
PopulateMemoryDomainComboBox();
|
||||
AddressBox.MaxLength = GetNumDigits(Global.Emulator.MainMemory.Size - 1);
|
||||
|
|
Loading…
Reference in New Issue