[GPU] Bottom screen stub

This commit is contained in:
wheremyfoodat 2023-06-13 22:47:01 +03:00
parent d32de77671
commit 8e90b8a103
6 changed files with 101 additions and 25 deletions

View file

@ -33,7 +33,10 @@ namespace VirtualAddrs {
NormalHeapStart = 0x08000000,
LinearHeapStartOld = 0x14000000, // If kernel version < 0x22C
LinearHeapEndOld = 0x1C000000,
LinearHeapStartNew = 0x30000000,
LinearHeapEndNew = 0x40000000,
// Start of TLS for first thread. Next thread's storage will be at TLSBase + 0x1000, and so on
TLSBase = 0xFF400000,