Skip to content

Commit

Permalink
update windows version mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
13xforever authored and clienthax committed Jun 20, 2024
1 parent 504881b commit c37e335
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -889,6 +889,7 @@ select m
>= 20 and < 40 => driverVer.Major switch
{
// see https://en.wikipedia.org/wiki/Windows_Display_Driver_Model#WDDM_2.0
// and https://learn.microsoft.com/en-us/windows-hardware/drivers/display/windows-vista-display-driver-model-design-guide
20 => "10",
21 => "10 1607",
22 => "10 1703",
Expand All @@ -901,6 +902,7 @@ select m
29 => "10 21H1",
30 => "11 21H2",
31 => "11 22H2",
32 => "11 24H2",
_ => null,
},
_ => null,
Expand Down Expand Up @@ -964,6 +966,7 @@ select m
< 26052 => "11 Canary Build " + windowsVersion.Build, // 25k series
26100 => "11 24H2",
< 26120 => "11 Dev/Canary Build " + windowsVersion.Build, // dev/canary merge branch before 24H2
26120 => "11 24H2 Dev Build",
<27000 => "11 Canary Build " + windowsVersion.Build,
_ => "11 ??? Build " + windowsVersion.Build,
},
Expand Down

0 comments on commit c37e335

Please sign in to comment.