From b5122beda9e0612e5fe24bd346c3ce75befd85f2 Mon Sep 17 00:00:00 2001 From: goyuken Date: Wed, 21 May 2014 22:32:27 +0000 Subject: [PATCH] nes controller config - minor cleanup --- BizHawk.Client.EmuHawk/config/NES/NesControllerSettings.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/BizHawk.Client.EmuHawk/config/NES/NesControllerSettings.cs b/BizHawk.Client.EmuHawk/config/NES/NesControllerSettings.cs index 64876bd969..3d615f548d 100644 --- a/BizHawk.Client.EmuHawk/config/NES/NesControllerSettings.cs +++ b/BizHawk.Client.EmuHawk/config/NES/NesControllerSettings.cs @@ -63,8 +63,9 @@ namespace BizHawk.Client.EmuHawk if (changed) { GlobalWin.MainForm.PutCoreSyncSettings(SyncSettings); - GlobalWin.MainForm.FlagNeedsReboot(); - GlobalWin.OSD.AddMessage("Controller settings saved but a core reboot is required"); + // redundant -- MainForm.PutCoreSyncSettings() flags reboot when it is needed + // GlobalWin.MainForm.FlagNeedsReboot(); + // GlobalWin.OSD.AddMessage("Controller settings saved but a core reboot is required"); } DialogResult = DialogResult.OK;