Reorder debug utilities menu

This commit is contained in:
James Groom 2024-05-15 23:41:06 +10:00 committed by GitHub
parent 92633e7743
commit fdc45cd61a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 9 deletions

View File

@ -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",