Skip to content

Commit

Permalink
Added Alder Lake/Raptor Lake CPU detection (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
al3xtjames authored Nov 10, 2024
1 parent 403562b commit e16361e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions WhateverGreen/kern_igfx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ void IGFX::init() {
modBlackScreenFix.available = true;
break;
case CPUInfo::CpuGeneration::RocketLake:
case CPUInfo::CpuGeneration::AlderLake:
case CPUInfo::CpuGeneration::RaptorLake:
case CPUInfo::CpuGeneration::ArrowLake:
gPlatformGraphicsSupported = false;
break;
Expand Down

0 comments on commit e16361e

Please sign in to comment.