mirror of
https://github.com/blendogames/thirtyflightsofloving.git
synced 2025-01-18 06:22:30 +00:00
Added CPUID support for Intel Alder Lake CPUs.
This commit is contained in:
parent
f829090864
commit
730ed13e71
1 changed files with 2 additions and 0 deletions
|
@ -995,6 +995,8 @@ NoExtFunction:
|
|||
Q_strncatz(cpuString, maxSize, " Core 2");
|
||||
else if (extModel == 0x47) // Broadwell
|
||||
Q_strncatz(cpuString, maxSize, " Core i7/i5 5xxx");
|
||||
else if (extModel == 0x97) // Alder Lake
|
||||
Q_strncatz(cpuString, maxSize, " Core i9/i7/i5/i3 12xxx");
|
||||
else if (extModel == 0xA7) // Rocket Lake
|
||||
Q_strncatz(cpuString, maxSize, " Core i9/i7/i5/i3 11xxx");
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue