Reorder debug utilities menu
This commit is contained in:
parent
92633e7743
commit
fdc45cd61a
|
@ -41,6 +41,14 @@ namespace BizHawk.Client.EmuHawk
|
|||
},
|
||||
Text = "Firmware",
|
||||
},
|
||||
new ToolStripMenuItemEx
|
||||
{
|
||||
DropDownItems =
|
||||
{
|
||||
rcHashDebugItem,
|
||||
},
|
||||
Text = "RCheevos",
|
||||
},
|
||||
new ToolStripSeparatorEx(),
|
||||
new DebugVSystemMenuItem(VSystemID.Raw.GB, VSystemID.Raw.GBC)
|
||||
{
|
||||
|
@ -62,15 +70,6 @@ namespace BizHawk.Client.EmuHawk
|
|||
new DebugVSystemChildItem(N64VideoSettingsFuzzToolForm.TOOL_NAME, OpenTool<N64VideoSettingsFuzzToolForm>),
|
||||
},
|
||||
},
|
||||
new ToolStripSeparatorEx(),
|
||||
new ToolStripMenuItemEx
|
||||
{
|
||||
DropDownItems =
|
||||
{
|
||||
rcHashDebugItem,
|
||||
},
|
||||
Text = "RCheevos",
|
||||
},
|
||||
},
|
||||
Image = Resources.Bug,
|
||||
Text = "&Debug Utilities",
|
||||
|
|
Loading…
Reference in New Issue