Skip to content

Commit 70677e6

Browse files
committed
Always show correct maximum number of e-cores for FX507Z #3550
1 parent e26ba18 commit 70677e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/AppConfig.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ public static bool IsIntelHX()
670670

671671
public static bool Is8Ecores()
672672
{
673-
return ContainsModel("FX507ZU");
673+
return ContainsModel("FX507Z");
674674
}
675675

676676
public static bool IsNoFNV()

0 commit comments

Comments
 (0)