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:
parent
aa3767b086
commit
4f6ec1e12f
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue