core: hle: kernel: Add KPageTableSlabHeap.

This commit is contained in:
bunnei 2022-10-29 13:35:50 -07:00
parent 019e425377
commit 315292275e
2 changed files with 94 additions and 0 deletions

View file

@ -224,6 +224,7 @@ add_library(core STATIC
hle/kernel/k_page_group.h
hle/kernel/k_page_table.cpp
hle/kernel/k_page_table.h
hle/kernel/k_page_table_slab_heap.h
hle/kernel/k_port.cpp
hle/kernel/k_port.h
hle/kernel/k_priority_queue.h