Skip to content

Commit

Permalink
Yuubari update
Browse files Browse the repository at this point in the history
v1.5.1, w10 (19043, 19044), w11 (22000, 224xx+) support, remove unused code and fix reported bugs.
  • Loading branch information
hfiref0x committed Nov 8, 2021
1 parent 3c76f38 commit 78b9ee1
Show file tree
Hide file tree
Showing 16 changed files with 1,011 additions and 449 deletions.
7 changes: 5 additions & 2 deletions Source/Shared/ntos/ntbuilds.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* VERSION: 1.00
*
* DATE: 26 July 2021
* DATE: 01 Nov 2021
*
* Windows NT builds definition file.
*
Expand Down Expand Up @@ -73,5 +73,8 @@
// Windows 10 21H2
#define NT_WIN10_21H2 19044

// Windows 11 21H2
#define NT_WIN11_21H2 22000

// Windows 11 Active Develepment Branch (21XX)
#define NTX_WIN11_ADB 22000
#define NTX_WIN11_ADB 22494
Loading

0 comments on commit 78b9ee1

Please sign in to comment.