Show Reboot notification when doing a core selection change
This commit is contained in:
parent
f155375d3e
commit
895463467f
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue