Hide Jabo Tab in non-developer builds.
This commit is contained in:
parent
8c2e4d7f76
commit
bfc42f3e58
BizHawk.Client.EmuHawk/config/N64
|
@ -353,6 +353,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
if (!VersionInfo.DeveloperBuild)
|
||||
{
|
||||
PluginComboBox.Items.Remove("Jabo 1.6.1");
|
||||
N64plugintabcontrol.TabPages.Remove(JaboTab);
|
||||
}
|
||||
|
||||
if (File.Exists("dll\\Jabo_Direct3D8_patched.dll"))
|
||||
|
|
Loading…
Reference in New Issue