core: hle: kernel: Add KSystemResource.
This commit is contained in:
parent
6636b81573
commit
6f941121e6
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