core: hle: kernel: Add KDynamicSlabHeap.

This commit is contained in:
bunnei 2022-09-05 17:53:44 -07:00
parent 345b9e6a08
commit 9ec5f75f43
2 changed files with 123 additions and 0 deletions

View file

@ -191,6 +191,7 @@ add_library(core STATIC
hle/kernel/k_condition_variable.cpp
hle/kernel/k_condition_variable.h
hle/kernel/k_dynamic_page_manager.h
hle/kernel/k_dynamic_slab_heap.h
hle/kernel/k_event.cpp
hle/kernel/k_event.h
hle/kernel/k_handle_table.cpp