core: hle: kernel: Add KPageTableSlabHeap.

This commit is contained in:
bunnei
2022-10-29 13:35:50 -07:00
parent 37b17252d1
commit 6d4f411c08
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