mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 20:25:47 +00:00
core: hle: kernel: Add KDynamicSlabHeap.
This commit is contained in:
parent
1089e3cb1e
commit
f6fd69d0d4
2 changed files with 123 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue