Added G614J / G814J to the list of devices that require fans curve to be applied in order to make custom power liimits work

This commit is contained in:
Serge
2024-04-11 15:06:00 +02:00
parent 387e869833
commit 4b42106c31

View File

@@ -553,7 +553,7 @@ public static class AppConfig
public static bool IsFanRequired()
{
return ContainsModel("GA402X") || ContainsModel("G513") || ContainsModel("G713R") || ContainsModel("G713P") || ContainsModel("GU605") || ContainsModel("GA403") || ContainsModel("G634J") || ContainsModel("G834J");
return ContainsModel("GA402X") || ContainsModel("G513") || ContainsModel("G713R") || ContainsModel("G713P") || ContainsModel("GU605") || ContainsModel("GA403") || ContainsModel("G634J") || ContainsModel("G834J") || ContainsModel("G614J") || ContainsModel("G814J");
}
public static bool IsAMDLight()