Region: Prevent changing region from resetting whole configuration (caused problems when using the option to automatically select controllers based on game)

This commit is contained in:
Souryo 2016-07-10 19:15:39 -04:00
parent aa3767b086
commit 4f6ec1e12f

View file

@ -1018,7 +1018,7 @@ namespace Mesen.GUI.Forms
} else if(sender == mnuRegionDendy) {
ConfigManager.Config.Region = NesModel.Dendy;
}
ConfigManager.Config.ApplyConfig();
InteropEmu.SetNesModel(ConfigManager.Config.Region);
}
private void mnuRunAllTests_Click(object sender, EventArgs e)