diff options
| author | 2018-07-30 10:06:52 -0700 | |
|---|---|---|
| committer | 2018-07-30 10:06:52 -0700 | |
| commit | c5fa3560a63e82babea22b148128f1e70fd54d06 (patch) | |
| tree | bd86c30123f70ffe6d8fef6df3e8d166a585f33f /src/core/CMakeLists.txt | |
| parent | Merge pull request #856 from lioncash/btm (diff) | |
| parent | service: Add wlan services (diff) | |
| download | yuzu-c5fa3560a63e82babea22b148128f1e70fd54d06.tar.gz yuzu-c5fa3560a63e82babea22b148128f1e70fd54d06.tar.xz yuzu-c5fa3560a63e82babea22b148128f1e70fd54d06.zip | |
Merge pull request #857 from lioncash/wlan
service: Add wlan services
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 2b9e3a6ce..f05e02cfb 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -279,6 +279,8 @@ add_library(core STATIC | |||
| 279 | hle/service/vi/vi_s.h | 279 | hle/service/vi/vi_s.h |
| 280 | hle/service/vi/vi_u.cpp | 280 | hle/service/vi/vi_u.cpp |
| 281 | hle/service/vi/vi_u.h | 281 | hle/service/vi/vi_u.h |
| 282 | hle/service/wlan/wlan.cpp | ||
| 283 | hle/service/wlan/wlan.h | ||
| 282 | hw/hw.cpp | 284 | hw/hw.cpp |
| 283 | hw/hw.h | 285 | hw/hw.h |
| 284 | hw/lcd.cpp | 286 | hw/lcd.cpp |