mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 08:35:47 +00:00
core: hle: kernel: Add KSystemResource.
This commit is contained in:
parent
512ddcd3d4
commit
57796fc36e
5 changed files with 173 additions and 1 deletions
|
@ -258,6 +258,8 @@ add_library(core STATIC
|
|||
hle/kernel/k_synchronization_object.cpp
|
||||
hle/kernel/k_synchronization_object.h
|
||||
hle/kernel/k_system_control.h
|
||||
hle/kernel/k_system_resource.cpp
|
||||
hle/kernel/k_system_resource.h
|
||||
hle/kernel/k_thread.cpp
|
||||
hle/kernel/k_thread.h
|
||||
hle/kernel/k_thread_local_page.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue