mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-14 06:27:47 +00:00
hle: kernel: Add initial impl. of KLinkedList.
This commit is contained in:
parent
50f0ec9849
commit
d2817d3d9b
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