Revert "[APU] Temp XMA context allocation region workaround"

This reverts commit 968c337d22.
This commit is contained in:
Triang3l
2019-08-16 21:11:55 +03:00
parent 968c337d22
commit e35c609224
3 changed files with 3 additions and 9 deletions

View File

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