Fix defaults button in GenericCoreConfig not updating _settingsChanged

This commit is contained in:
YoshiRulz 2020-05-21 17:32:26 +10:00
parent 6e0148d921
commit 69b8539d55
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 1 additions and 0 deletions

View File

@ -130,6 +130,7 @@ namespace BizHawk.Client.EmuHawk
{
_s = Activator.CreateInstance(_s.GetType());
propertyGrid1.SelectedObject = _s;
_settingsChanged = true;
}
if (_ss != null)