Skip to content

Commit

Permalink
Always show correct maximum number of e-cores for FX507Z #3550
Browse files Browse the repository at this point in the history
  • Loading branch information
seerge committed Jan 26, 2025
1 parent e26ba18 commit 70677e6
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 @@ -670,7 +670,7 @@ public static bool IsIntelHX()

public static bool Is8Ecores()
{
return ContainsModel("FX507ZU");
return ContainsModel("FX507Z");
}

public static bool IsNoFNV()
Expand Down

0 comments on commit 70677e6

Please sign in to comment.