diff options
| author | 2021-04-10 00:02:52 -0700 | |
|---|---|---|
| committer | 2021-04-10 00:02:52 -0700 | |
| commit | b04877dd952d7da11647f16626952d7325e4e900 (patch) | |
| tree | d097ebea3b24a2c815015c17e6c5fd89c69ce045 /src/common/CMakeLists.txt | |
| parent | Merge pull request #6171 from german77/services (diff) | |
| parent | hle: kernel: Breakup InitializeMemoryLayout. (diff) | |
| download | yuzu-b04877dd952d7da11647f16626952d7325e4e900.tar.gz yuzu-b04877dd952d7da11647f16626952d7325e4e900.tar.xz yuzu-b04877dd952d7da11647f16626952d7325e4e900.zip | |
Merge pull request #6099 from bunnei/derive-mem
Kernel Rework: Derive memory regions from board layout.
Diffstat (limited to 'src/common/CMakeLists.txt')
| -rw-r--r-- | src/common/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index 66931ac97..9f8dafa3b 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt | |||
| @@ -110,6 +110,7 @@ add_library(common STATIC | |||
| 110 | cityhash.h | 110 | cityhash.h |
| 111 | common_funcs.h | 111 | common_funcs.h |
| 112 | common_paths.h | 112 | common_paths.h |
| 113 | common_sizes.h | ||
| 113 | common_types.h | 114 | common_types.h |
| 114 | concepts.h | 115 | concepts.h |
| 115 | div_ceil.h | 116 | div_ceil.h |