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:
parent
bbad6c90a4
commit
41ee6bf199
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue