Skip to content

Commit 6d112aa

Browse files
authored
Update IntelCPU.cs
1 parent 3e68590 commit 6d112aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Hardware/CPU/IntelCPU.cs

+2-1
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,8 @@ public IntelCPU(int processorIndex, CPUID[][] cpuid, ISettings settings)
225225
microarchitecture = Microarchitecture.TigerLake;
226226
tjMax = GetTjMaxFromMSR();
227227
break;
228-
case 0x97: //Intel Core 12th
228+
case 0x97: //Intel Core 12th in PC
229+
case 0x9A: //Intel Core 12th in Mobile
229230
microarchitecture = Microarchitecture.AlderLake;
230231
tjMax = GetTjMaxFromMSR();
231232
break;

0 commit comments

Comments
 (0)