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
|
else
|
||||||
{
|
{
|
||||||
GlobalWin.MainForm.FlagNeedsReboot();
|
// Do nothing, Reboot is being flagged already if they chaned anything
|
||||||
GlobalWin.OSD.AddMessage("Plugin settings saved but a core reboot is required");
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue