hardware: add dodeca-core for 2018 MBPs

This commit is contained in:
Dominyk Tiller 2018-07-12 21:20:43 +01:00
parent a4a976b7f7
commit 92c6e72a4a
No known key found for this signature in database
GPG Key ID: FE19AEFCF658C6F6

View File

@ -137,6 +137,7 @@ module Hardware
when 4 then "quad" when 4 then "quad"
when 6 then "hexa" when 6 then "hexa"
when 8 then "octa" when 8 then "octa"
when 12 then "dodeca"
else else
Hardware::CPU.cores Hardware::CPU.cores
end end