GPU Clock Limiting

This commit is contained in:
Serge
2023-08-13 12:53:28 +02:00
parent ef788798b7
commit 2282e56aad
6 changed files with 214 additions and 82 deletions

View File

@@ -348,7 +348,8 @@ public static class AppConfig
return
Is("manual_mode") ||
ContainsModel("GU604") ||
ContainsModel("G733");
ContainsModel("G733") ||
ContainsModel("FX507Z");
}
public static bool IsFanRequired()