diff options
| author | bunnei <bunneidev@gmail.com> | 2018-07-30 10:06:52 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-30 10:06:52 -0700 |
| commit | c5fa3560a63e82babea22b148128f1e70fd54d06 (patch) | |
| tree | bd86c30123f70ffe6d8fef6df3e8d166a585f33f /src/core/CMakeLists.txt | |
| parent | 2c4bb11015ebd6443a40fdce3d877949e97a30a6 (diff) | |
| parent | 6ea416091eb7f0adbf61fd43385775b87b746084 (diff) | |
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 hle/service/vi/vi_s.h hle/service/vi/vi_u.cpp hle/service/vi/vi_u.h + hle/service/wlan/wlan.cpp + hle/service/wlan/wlan.h hw/hw.cpp hw/hw.h hw/lcd.cpp |
