mirror of
https://github.com/blendogames/thirtyflightsofloving.git
synced 2024-11-15 00:41:21 +00:00
Added CUID support for Intel Rocket Lake CPUs.
This commit is contained in:
parent
124642a661
commit
8c26c2f3de
1 changed files with 2 additions and 0 deletions
|
@ -977,6 +977,8 @@ NoExtFunction:
|
|||
Q_strncatz(cpuString, " Core 2", maxSize);
|
||||
else if (extModel == 0x47) // Broadwell
|
||||
Q_strncatz(cpuString, " Core i7/i5 5xxx", maxSize);
|
||||
else if (extModel == 0xA7) // Rocket Lake
|
||||
Q_strncatz(cpuString, " Core i9/i7/i5/i3 11xxx", maxSize);
|
||||
break;
|
||||
case 10:
|
||||
if (extModel == 0x2A) // Sandy Bridge
|
||||
|
|
Loading…
Reference in a new issue