Ram Search - update the size and display type dropdowns on restart. Fixes #762
This commit is contained in:
parent
f0ffd4d835
commit
5277be6833
|
@ -311,6 +311,8 @@ namespace BizHawk.Client.EmuHawk
|
|||
MessageLabel.Text = "Search restarted";
|
||||
DoDomainSizeCheck();
|
||||
NewSearch();
|
||||
SetSize(_settings.Size);
|
||||
HardSetDisplayTypeDropDown(_settings.Type);
|
||||
}
|
||||
|
||||
public void SaveConfigSettings()
|
||||
|
|
Loading…
Reference in New Issue