diff options
| author | 2018-07-27 13:05:36 -0700 | |
|---|---|---|
| committer | 2018-07-27 13:05:36 -0700 | |
| commit | d2749ef0ed4fea642bd3e0caa54c49211120f62a (patch) | |
| tree | 2d26de7515409eff4a396440fe0614d5861ca978 /src/core/CMakeLists.txt | |
| parent | Merge pull request #837 from lioncash/priv (diff) | |
| parent | service: Add the btdrv service (diff) | |
| download | yuzu-d2749ef0ed4fea642bd3e0caa54c49211120f62a.tar.gz yuzu-d2749ef0ed4fea642bd3e0caa54c49211120f62a.tar.xz yuzu-d2749ef0ed4fea642bd3e0caa54c49211120f62a.zip | |
Merge pull request #841 from lioncash/btdrv
service: Add the btdrv service
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..e52214ff9 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -136,6 +136,8 @@ add_library(core STATIC | |||
| 136 | hle/service/bcat/bcat.h | 136 | hle/service/bcat/bcat.h |
| 137 | hle/service/bcat/module.cpp | 137 | hle/service/bcat/module.cpp |
| 138 | hle/service/bcat/module.h | 138 | hle/service/bcat/module.h |
| 139 | hle/service/btdrv/btdrv.cpp | ||
| 140 | hle/service/btdrv/btdrv.h | ||
| 139 | hle/service/erpt/erpt.cpp | 141 | hle/service/erpt/erpt.cpp |
| 140 | hle/service/erpt/erpt.h | 142 | hle/service/erpt/erpt.h |
| 141 | hle/service/es/es.cpp | 143 | hle/service/es/es.cpp |