diff options
| author | 2021-04-03 19:11:46 -0700 | |
|---|---|---|
| committer | 2021-05-05 16:40:50 -0700 | |
| commit | da7e9553dea4b1eaefb71aca8642ccce7c7f50fb (patch) | |
| tree | 3da10a60005ddcc4237900eb5e7473fe7b006152 /src/core/CMakeLists.txt | |
| parent | hle: kernel: svc: Migrate GetThreadPriority, StartThread, and ExitThread. (diff) | |
| download | yuzu-da7e9553dea4b1eaefb71aca8642ccce7c7f50fb.tar.gz yuzu-da7e9553dea4b1eaefb71aca8642ccce7c7f50fb.tar.xz yuzu-da7e9553dea4b1eaefb71aca8642ccce7c7f50fb.zip | |
hle: kernel: Migrate more of KThread to KAutoObject.
Diffstat (limited to 'src/core/CMakeLists.txt')
| -rw-r--r-- | src/core/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index d149e2ba6..569b4802e 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -168,6 +168,8 @@ add_library(core STATIC | |||
| 168 | hle/kernel/k_auto_object_container.cpp | 168 | hle/kernel/k_auto_object_container.cpp |
| 169 | hle/kernel/k_auto_object_container.h | 169 | hle/kernel/k_auto_object_container.h |
| 170 | hle/kernel/k_affinity_mask.h | 170 | hle/kernel/k_affinity_mask.h |
| 171 | hle/kernel/k_class_token.cpp | ||
| 172 | hle/kernel/k_class_token.h | ||
| 171 | hle/kernel/k_condition_variable.cpp | 173 | hle/kernel/k_condition_variable.cpp |
| 172 | hle/kernel/k_condition_variable.h | 174 | hle/kernel/k_condition_variable.h |
| 173 | hle/kernel/k_event.cpp | 175 | hle/kernel/k_event.cpp |