Show Reboot notification when doing a core selection change

This commit is contained in:
adelikat 2014-04-22 01:17:54 +00:00
parent f155375d3e
commit 895463467f
1 changed files with 2 additions and 0 deletions

View File

@ -3141,11 +3141,13 @@ namespace BizHawk.Client.EmuHawk
private void gBInSGBToolStripMenuItem_Click(object sender, EventArgs e)
{
Global.Config.GB_AsSGB ^= true;
FlagNeedsReboot();
}
private void nESInQuickNESToolStripMenuItem_Click(object sender, EventArgs e)
{
Global.Config.NES_InQuickNES ^= true;
FlagNeedsReboot();
}
private void batchRunnerToolStripMenuItem_Click(object sender, EventArgs e)