Skip to content

Commit 3805cb0

Browse files
committed
Apply fan curves together with power limits for G614F #4454
1 parent 16e32b9 commit 3805cb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/AppConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,7 @@ public static bool IsResetRequired()
648648

649649
public static bool IsFanRequired()
650650
{
651-
return ContainsModel("GA402X") || ContainsModel("G513") || ContainsModel("G713R") || ContainsModel("G713P") || ContainsModel("GU605") || ContainsModel("GA605") || ContainsModel("G634J") || ContainsModel("G834J") || ContainsModel("G614J") || ContainsModel("G814J") || ContainsModel("FX507V");
651+
return ContainsModel("GA402X") || ContainsModel("G513") || ContainsModel("G713R") || ContainsModel("G713P") || ContainsModel("GU605") || ContainsModel("GA605") || ContainsModel("G634J") || ContainsModel("G834J") || ContainsModel("G614J") || ContainsModel("G814J") || ContainsModel("FX507V") || ContainsModel("G614F");
652652
}
653653

654654
public static bool IsAMDLight()

0 commit comments

Comments
 (0)