oops, this shoudl have been part of last commit

This commit is contained in:
adelikat 2017-06-04 13:28:12 -05:00
parent 6234eaff21
commit 18a240227a
1 changed files with 0 additions and 6 deletions

View File

@ -2604,12 +2604,6 @@ namespace BizHawk.Client.EmuHawk
}
}
private void CoreSelectionContextSubMenu_DropDownOpened(object sender, EventArgs e)
{
GBInSGBContextMenuItem.Checked = Global.Config.GB_AsSGB;
NesInQuickNESContextMenuItem.Checked = Global.Config.NES_InQuickNES;
}
private void LoadLastRomContextMenuItem_Click(object sender, EventArgs e)
{
LoadRomFromRecent(Global.Config.RecentRoms.MostRecent);