[Kernel/Memory] Implement DATETIME0

This commit is contained in:
wheremyfoodat 2022-09-24 03:57:21 +03:00
parent 61212c9341
commit 4da023c236
3 changed files with 19 additions and 1 deletions

View file

@ -6,6 +6,7 @@ namespace ConfigMem {
enum : u32 {
KernelVersionMinor = 0x1FF80002,
KernelVersionMajor = 0x1FF80003,
AppMemAlloc = 0x1FF80040
AppMemAlloc = 0x1FF80040,
Datetime0 = 0x1FF81020
};
}