snes options dialog - hide the "Not supported yet" when hiding the accuracy core option
This commit is contained in:
parent
bcad6f9b08
commit
495431fb56
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue