summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_page_table.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2022-01-12 06:57:01 +0100
committerbunnei <bunneidev@gmail.com>2022-01-15 06:16:33 +0100
commitb54cbc985e68363acfe54a34d267b279f6d3245a (patch)
tree9ba950e678a04d659704ef8e5395ee4279c58c08 /src/core/hle/kernel/k_page_table.h
parentMerge pull request #7707 from german77/slow-update (diff)
downloadyuzu-b54cbc985e68363acfe54a34d267b279f6d3245a.tar
yuzu-b54cbc985e68363acfe54a34d267b279f6d3245a.tar.gz
yuzu-b54cbc985e68363acfe54a34d267b279f6d3245a.tar.bz2
yuzu-b54cbc985e68363acfe54a34d267b279f6d3245a.tar.lz
yuzu-b54cbc985e68363acfe54a34d267b279f6d3245a.tar.xz
yuzu-b54cbc985e68363acfe54a34d267b279f6d3245a.tar.zst
yuzu-b54cbc985e68363acfe54a34d267b279f6d3245a.zip
Diffstat (limited to 'src/core/hle/kernel/k_page_table.h')
-rw-r--r--src/core/hle/kernel/k_page_table.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/kernel/k_page_table.h b/src/core/hle/kernel/k_page_table.h
index 274644181..f67986e91 100644
--- a/src/core/hle/kernel/k_page_table.h
+++ b/src/core/hle/kernel/k_page_table.h
@@ -303,6 +303,7 @@ private:
bool is_aslr_enabled{};
KMemoryManager::Pool memory_pool{KMemoryManager::Pool::Application};
+ KMemoryManager::Direction allocation_option{KMemoryManager::Direction::FromFront};
Common::PageTable page_table_impl;