Don't lock out the GB gpu view on linux

It works there, why was it disabled?
This commit is contained in:
nattthebear 2020-06-15 10:42:38 -04:00
parent 77a810600b
commit 8e689dae76
1 changed files with 1 additions and 1 deletions

View File

@ -1679,7 +1679,7 @@ namespace BizHawk.Client.EmuHawk
private void GbSubMenu_DropDownOpened(object sender, EventArgs e)
{
GBGPUViewerMenuItem.Enabled = !OSTailoredCode.IsUnixHost;
GBGPUViewerMenuItem.Enabled = true;
}
private void GbCoreSettingsMenuItem_Click(object sender, EventArgs e)