[APU] Temp XMA context allocation region workaround

This commit is contained in:
Triang3l
2019-08-16 09:47:28 +03:00
parent 0faafd738a
commit 968c337d22
3 changed files with 9 additions and 3 deletions

View File

@@ -31,6 +31,7 @@ class Memory;
enum SystemHeapFlag : uint32_t {
kSystemHeapVirtual = 1 << 0,
kSystemHeapPhysical = 1 << 1,
kSystemHeapLargePages = 1 << 2,
kSystemHeapDefault = kSystemHeapVirtual,
};