Make jabo available in non-developer mode

This commit is contained in:
adelikat 2014-08-24 17:25:39 +00:00
parent 728a6cf1e7
commit 39526d3eb7
1 changed files with 1 additions and 11 deletions

View File

@ -401,12 +401,6 @@ namespace BizHawk.Client.EmuHawk
private void N64VideoPluginconfig_Load(object sender, EventArgs e)
{
if (!VersionInfo.DeveloperBuild)
{
PluginComboBox.Items.Remove("Jabo 1.6.1");
N64plugintabcontrol.TabPages.Remove(JaboTab);
}
N64JaboManager manager = new N64JaboManager();
manager.Scan();
currentJaboStatus = manager.Status;
@ -429,11 +423,7 @@ namespace BizHawk.Client.EmuHawk
PluginComboBox.Text = "Rice";
break;
case PluginType.Jabo:
if (VersionInfo.DeveloperBuild)
{
PluginComboBox.Text = "Jabo 1.6.1";
}
PluginComboBox.Text = "Jabo 1.6.1";
break;
}