Don't lock out the GB gpu view on linux
It works there, why was it disabled?
This commit is contained in:
parent
77a810600b
commit
8e689dae76
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue