fix Rewind & States config dialog saying aborted after Ok btn is clicked

This commit is contained in:
adelikat 2020-02-15 12:14:32 -06:00
parent fc8a90f433
commit 4711546e4a
1 changed files with 1 additions and 0 deletions

View File

@ -188,6 +188,7 @@ namespace BizHawk.Client.EmuHawk
_config.NoLowResLargeScreenshotWithStates = !LowResLargeScreenshotsCheckbox.Checked;
_config.BigScreenshotSize = (int)BigScreenshotNumeric.Value * 1024;
DialogResult = DialogResult.OK;
Close();
}