diff options
| author | 2020-12-20 20:57:54 -0800 | |
|---|---|---|
| committer | 2020-12-20 20:57:54 -0800 | |
| commit | 1279c7ce7afd3d1bf2b4e33aa922158acf2cd060 (patch) | |
| tree | 6db8088caed2bd957187e4730f51424325038fa5 /src/common/CMakeLists.txt | |
| parent | Merge pull request #5201 from ameerj/bufferq-refactor (diff) | |
| parent | hle: kernel: Process: Various style fixes based on code review feedback. (diff) | |
| download | yuzu-1279c7ce7afd3d1bf2b4e33aa922158acf2cd060.tar.gz yuzu-1279c7ce7afd3d1bf2b4e33aa922158acf2cd060.tar.xz yuzu-1279c7ce7afd3d1bf2b4e33aa922158acf2cd060.zip | |
Merge pull request #5131 from bunnei/scheduler-rewrite
Rewrite Kernel scheduler based on Atmosphere
Diffstat (limited to 'src/common/CMakeLists.txt')
| -rw-r--r-- | src/common/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index 0acf70a0a..943ff996e 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt | |||
| @@ -104,6 +104,7 @@ add_library(common STATIC | |||
| 104 | detached_tasks.h | 104 | detached_tasks.h |
| 105 | bit_cast.h | 105 | bit_cast.h |
| 106 | bit_field.h | 106 | bit_field.h |
| 107 | bit_set.h | ||
| 107 | bit_util.h | 108 | bit_util.h |
| 108 | cityhash.cpp | 109 | cityhash.cpp |
| 109 | cityhash.h | 110 | cityhash.h |
| @@ -140,7 +141,6 @@ add_library(common STATIC | |||
| 140 | microprofile.h | 141 | microprofile.h |
| 141 | microprofileui.h | 142 | microprofileui.h |
| 142 | misc.cpp | 143 | misc.cpp |
| 143 | multi_level_queue.h | ||
| 144 | page_table.cpp | 144 | page_table.cpp |
| 145 | page_table.h | 145 | page_table.h |
| 146 | param_package.cpp | 146 | param_package.cpp |