core: hle: kernel: Add KSystemResource.

This commit is contained in:
bunnei 2022-10-29 14:33:33 -07:00
parent 6636b81573
commit 6f941121e6
5 changed files with 173 additions and 1 deletions

View file

@ -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