hle: kernel: Add initial impl. of KLinkedList.
This commit is contained in:
parent
74120c5e3a
commit
66f2ad716b
2 changed files with 234 additions and 0 deletions
|
@ -173,6 +173,7 @@ add_library(core STATIC
|
|||
hle/kernel/k_light_condition_variable.h
|
||||
hle/kernel/k_light_lock.cpp
|
||||
hle/kernel/k_light_lock.h
|
||||
hle/kernel/k_linked_list.h
|
||||
hle/kernel/k_memory_block.h
|
||||
hle/kernel/k_memory_block_manager.cpp
|
||||
hle/kernel/k_memory_block_manager.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue