Skip to content

Commit

Permalink
Enable dGPU on shutdown for X13 2022 seerge#1042 (reply in thread)
Browse files Browse the repository at this point in the history
  • Loading branch information
seerge committed Nov 23, 2023
1 parent 8bcac73 commit 1f6a2a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/AppConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ public static bool IsPowerRequired()

public static bool IsGPUFixNeeded()
{
return ContainsModel("GA402X") || ContainsModel("GV302") || ContainsModel("GZ301") || ContainsModel("FX506") || ContainsModel("GU603V") || ContainsModel("GU603Z");
return ContainsModel("GA402X") || ContainsModel("GV302") || ContainsModel("GV301") || ContainsModel("GZ301") || ContainsModel("FX506") || ContainsModel("GU603V") || ContainsModel("GU603Z");
}

public static bool IsGPUFix()
Expand Down

0 comments on commit 1f6a2a9

Please sign in to comment.