diff options
| author | 2018-07-27 15:39:30 -0400 | |
|---|---|---|
| committer | 2018-07-27 16:01:29 -0400 | |
| commit | f46bfdd77dd33b3495d6b9f16a955adc3e2e1bf9 (patch) | |
| tree | bf510ba8871ea8a6d2064f6f5b0d26626701e146 /src/core/CMakeLists.txt | |
| parent | Merge pull request #837 from lioncash/priv (diff) | |
| download | yuzu-f46bfdd77dd33b3495d6b9f16a955adc3e2e1bf9.tar.gz yuzu-f46bfdd77dd33b3495d6b9f16a955adc3e2e1bf9.tar.xz yuzu-f46bfdd77dd33b3495d6b9f16a955adc3e2e1bf9.zip | |
service: Add mii services
Adds the skeleton for the mii services based off information provided by
Switch Brew
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 b74e495ef..568c0ae0f 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -170,6 +170,8 @@ add_library(core STATIC | |||
| 170 | hle/service/ldr/ldr.h | 170 | hle/service/ldr/ldr.h |
| 171 | hle/service/lm/lm.cpp | 171 | hle/service/lm/lm.cpp |
| 172 | hle/service/lm/lm.h | 172 | hle/service/lm/lm.h |
| 173 | hle/service/mii/mii.cpp | ||
| 174 | hle/service/mii/mii.h | ||
| 173 | hle/service/mm/mm_u.cpp | 175 | hle/service/mm/mm_u.cpp |
| 174 | hle/service/mm/mm_u.h | 176 | hle/service/mm/mm_u.h |
| 175 | hle/service/nfp/nfp.cpp | 177 | hle/service/nfp/nfp.cpp |