diff options
| author | 2018-07-27 14:32:39 -0400 | |
|---|---|---|
| committer | 2018-07-27 14:50:24 -0400 | |
| commit | 04d144aa40009811268a6fe485ef74fc23f2fb0c (patch) | |
| tree | 026021f7a043f6f622ec841f49aa8022d786084e /src/core/CMakeLists.txt | |
| parent | Merge pull request #837 from lioncash/priv (diff) | |
| download | yuzu-04d144aa40009811268a6fe485ef74fc23f2fb0c.tar.gz yuzu-04d144aa40009811268a6fe485ef74fc23f2fb0c.tar.xz yuzu-04d144aa40009811268a6fe485ef74fc23f2fb0c.zip | |
service: Add nfc services
Adds the skeleton of the nfc service based off the information provided
on 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..6fb1a4c7c 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -172,6 +172,8 @@ add_library(core STATIC | |||
| 172 | hle/service/lm/lm.h | 172 | hle/service/lm/lm.h |
| 173 | hle/service/mm/mm_u.cpp | 173 | hle/service/mm/mm_u.cpp |
| 174 | hle/service/mm/mm_u.h | 174 | hle/service/mm/mm_u.h |
| 175 | hle/service/nfc/nfc.cpp | ||
| 176 | hle/service/nfc/nfc.h | ||
| 175 | hle/service/nfp/nfp.cpp | 177 | hle/service/nfp/nfp.cpp |
| 176 | hle/service/nfp/nfp.h | 178 | hle/service/nfp/nfp.h |
| 177 | hle/service/nfp/nfp_user.cpp | 179 | hle/service/nfp/nfp_user.cpp |