From cfb2bc8ed4f965cf0d2b3ad8c43fa490ff39ca49 Mon Sep 17 00:00:00 2001 From: alyosha-tas Date: Fri, 25 Aug 2017 10:40:01 -0400 Subject: [PATCH] remove A78 core picker from main form --- BizHawk.Client.EmuHawk/MainForm.Designer.cs | 20 -------------------- BizHawk.Client.EmuHawk/MainForm.Events.cs | 1 - 2 files changed, 21 deletions(-) diff --git a/BizHawk.Client.EmuHawk/MainForm.Designer.cs b/BizHawk.Client.EmuHawk/MainForm.Designer.cs index 4e71ccde35..1fd5d90ff8 100644 --- a/BizHawk.Client.EmuHawk/MainForm.Designer.cs +++ b/BizHawk.Client.EmuHawk/MainForm.Designer.cs @@ -192,8 +192,6 @@ this.GbaCoreSubMenu = new System.Windows.Forms.ToolStripMenuItem(); this.VbaNextCoreMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.MgbaCoreMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.Atari7800CoreSubMenu = new System.Windows.Forms.ToolStripMenuItem(); - this.Emu7800CoreMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.Atari7800HawkCoreMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.SGBCoreSubmenu = new System.Windows.Forms.ToolStripMenuItem(); this.SgbBsnesMenuItem = new System.Windows.Forms.ToolStripMenuItem(); @@ -1805,7 +1803,6 @@ this.NesCoreSubMenu, this.CoreSNESSubMenu, this.GbaCoreSubMenu, - this.Atari7800CoreSubMenu, this.SGBCoreSubmenu, this.GBInSGBMenuItem, this.toolStripMenuItem16, @@ -1890,21 +1887,6 @@ this.MgbaCoreMenuItem.Text = "mGBA"; this.MgbaCoreMenuItem.Click += new System.EventHandler(this.GbaCorePick_Click); // - // Atari7800CoreSubMenu - // - this.Atari7800CoreSubMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { - this.Emu7800CoreMenuItem, - this.Atari7800HawkCoreMenuItem}); - this.Atari7800CoreSubMenu.Name = "Atari7800CoreSubMenu"; - this.Atari7800CoreSubMenu.Size = new System.Drawing.Size(239, 22); - this.Atari7800CoreSubMenu.Text = "Atari 7800"; - // - // Emu7800CoreMenuItem - // - this.Emu7800CoreMenuItem.Name = "Emu7800CoreMenuItem"; - this.Emu7800CoreMenuItem.Size = new System.Drawing.Size(153, 22); - this.Emu7800CoreMenuItem.Text = "EMU7800"; - // // Atari7800HawkCoreMenuItem // this.Atari7800HawkCoreMenuItem.Name = "Atari7800HawkCoreMenuItem"; @@ -4370,8 +4352,6 @@ private System.Windows.Forms.ToolStripMenuItem GbaCoreSubMenu; private System.Windows.Forms.ToolStripMenuItem VbaNextCoreMenuItem; private System.Windows.Forms.ToolStripMenuItem MgbaCoreMenuItem; - private System.Windows.Forms.ToolStripMenuItem Atari7800CoreSubMenu; - private System.Windows.Forms.ToolStripMenuItem Emu7800CoreMenuItem; private System.Windows.Forms.ToolStripMenuItem Atari7800HawkCoreMenuItem; private System.Windows.Forms.ToolStripMenuItem SGBCoreSubmenu; private System.Windows.Forms.ToolStripMenuItem SgbBsnesMenuItem; diff --git a/BizHawk.Client.EmuHawk/MainForm.Events.cs b/BizHawk.Client.EmuHawk/MainForm.Events.cs index afc062f753..794326d63b 100644 --- a/BizHawk.Client.EmuHawk/MainForm.Events.cs +++ b/BizHawk.Client.EmuHawk/MainForm.Events.cs @@ -1186,7 +1186,6 @@ namespace BizHawk.Client.EmuHawk private void CoresSubMenu_DropDownOpened(object sender, EventArgs e) { - Atari7800CoreSubMenu.Visible = VersionInfo.DeveloperBuild; GBInSGBMenuItem.Checked = Global.Config.GB_AsSGB; allowGameDBCoreOverridesToolStripMenuItem.Checked = Global.Config.CoreForcingViaGameDB;