When saving N64 plugins, reduce the number of times it shows the message "A core reboot is needed" from 3 to 2. A 50% reduction in redundancy!

This commit is contained in:
adelikat 2014-08-03 18:29:18 +00:00
parent bbad6c90a4
commit 41ee6bf199
1 changed files with 1 additions and 2 deletions

View File

@ -1800,8 +1800,7 @@ namespace BizHawk.Client.EmuHawk
}
else
{
GlobalWin.MainForm.FlagNeedsReboot();
GlobalWin.OSD.AddMessage("Plugin settings saved but a core reboot is required");
// Do nothing, Reboot is being flagged already if they chaned anything
}
}
else