snes options dialog - hide the "Not supported yet" when hiding the accuracy core option

This commit is contained in:
adelikat 2017-06-07 14:23:30 -05:00
parent bcad6f9b08
commit 495431fb56
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ namespace BizHawk.Client.EmuHawk
private void SNESOptions_Load(object sender, EventArgs e)
{
rbAccuracy.Visible = VersionInfo.DeveloperBuild;
rbAccuracy.Visible = label2.Visible = VersionInfo.DeveloperBuild;
}
private string Profile