Driver updater fix, new turbo boost modes

This commit is contained in:
Serge
2023-06-12 19:07:57 +02:00
parent 1cd9c30c4a
commit ac462b628f
4 changed files with 26 additions and 18 deletions

2
app/Fans.Designer.cs generated
View File

@@ -412,7 +412,7 @@ namespace GHelper
comboBoost.ButtonColor = Color.FromArgb(255, 255, 255);
comboBoost.DropDownStyle = ComboBoxStyle.DropDownList;
comboBoost.FormattingEnabled = true;
comboBoost.Items.AddRange(new object[] { "Disabled", "Enabled", "Aggressive", "Efficient Enabled", "Efficient Aggressive" });
comboBoost.Items.AddRange(new object[] { "Disabled", "Enabled", "Aggressive", "Efficient Enabled", "Efficient Aggressive", "Aggressive at Guaranteed", "Efficient at Guaranteed" });
comboBoost.Location = new Point(226, 10);
comboBoost.Name = "comboBoost";
comboBoost.Size = new Size(287, 40);