Skip to content

Commit fef3b7c

Browse files
authored
CPU (macOS): changes CPU to M2 Pro for Mac14,12 host (#1915)
Currently states it's a M2 but according to https://support.apple.com/en-us/102852 and https://everymac.com/ultimate-mac-lookup/?search_keywords=Mac14%2C12 it's a M2 Pro.
1 parent 3004f29 commit fef3b7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/detection/host/host_mac.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ const char* ffHostGetMacProductNameWithHwModel(const FFstrbuf* hwModel)
140140
if(ffStrEquals(version, "14,5") ||
141141
ffStrEquals(version, "14,9")) return "MacBook Pro (14-inch, 2023)";
142142
if(ffStrEquals(version, "14,3")) return "Mac mini (M2, 2023, Two Thunderbolt 4 ports)";
143-
if(ffStrEquals(version, "14,12")) return "Mac mini (M2, 2023, Four Thunderbolt 4 ports)";
143+
if(ffStrEquals(version, "14,12")) return "Mac mini (M2 Pro, 2023, Four Thunderbolt 4 ports)";
144144
if(ffStrEquals(version, "14,7")) return "MacBook Pro (13-inch, M2, 2022)";
145145
if(ffStrEquals(version, "14,2")) return "MacBook Air (M2, 2022)";
146146
if(ffStrEquals(version, "13,1")) return "Mac Studio (M1 Max, 2022, Two USB-C front ports)";

0 commit comments

Comments
 (0)