diff options
author | Liam <byteslice@airmail.cc> | 2023-01-29 01:38:00 +0100 |
---|---|---|
committer | Liam <byteslice@airmail.cc> | 2023-01-30 04:08:28 +0100 |
commit | 67a8740af6c13d42f3c361c0f242cfa52f94b754 (patch) | |
tree | 5fd77b9b9cb1abe73bd54522f33d83c0198782da /src/core/CMakeLists.txt | |
parent | Merge pull request #9682 from ameerj/shader-s32 (diff) | |
download | yuzu-67a8740af6c13d42f3c361c0f242cfa52f94b754.tar yuzu-67a8740af6c13d42f3c361c0f242cfa52f94b754.tar.gz yuzu-67a8740af6c13d42f3c361c0f242cfa52f94b754.tar.bz2 yuzu-67a8740af6c13d42f3c361c0f242cfa52f94b754.tar.lz yuzu-67a8740af6c13d42f3c361c0f242cfa52f94b754.tar.xz yuzu-67a8740af6c13d42f3c361c0f242cfa52f94b754.tar.zst yuzu-67a8740af6c13d42f3c361c0f242cfa52f94b754.zip |
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 5afdeb5ff..3eee1cfbe 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -182,6 +182,8 @@ add_library(core STATIC hle/kernel/k_auto_object_container.cpp hle/kernel/k_auto_object_container.h hle/kernel/k_affinity_mask.h + hle/kernel/k_capabilities.cpp + hle/kernel/k_capabilities.h hle/kernel/k_class_token.cpp hle/kernel/k_class_token.h hle/kernel/k_client_port.cpp |