diff options
| author | 2017-09-05 15:03:56 +0300 | |
|---|---|---|
| committer | 2017-09-05 15:03:56 +0300 | |
| commit | 617b6974b992b010d2d9ca12e160433815464366 (patch) | |
| tree | 71da284291575d0d116e055d44b9251648c2602b /src/core/CMakeLists.txt | |
| parent | Merge pull request #2876 from mailwl/mii-stru (diff) | |
| parent | Services/UDS: Remove an old duplicated declaration of WifiPacket. (diff) | |
| download | yuzu-617b6974b992b010d2d9ca12e160433815464366.tar.gz yuzu-617b6974b992b010d2d9ca12e160433815464366.tar.xz yuzu-617b6974b992b010d2d9ca12e160433815464366.zip | |
Merge pull request #2831 from Subv/uds_auth
Services/UDS: Handle beacon frames and the basic AP connection sequence frames.
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 662030782..78dec8600 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -145,6 +145,7 @@ set(SRCS | |||
| 145 | hle/service/nwm/nwm_tst.cpp | 145 | hle/service/nwm/nwm_tst.cpp |
| 146 | hle/service/nwm/nwm_uds.cpp | 146 | hle/service/nwm/nwm_uds.cpp |
| 147 | hle/service/nwm/uds_beacon.cpp | 147 | hle/service/nwm/uds_beacon.cpp |
| 148 | hle/service/nwm/uds_connection.cpp | ||
| 148 | hle/service/nwm/uds_data.cpp | 149 | hle/service/nwm/uds_data.cpp |
| 149 | hle/service/pm_app.cpp | 150 | hle/service/pm_app.cpp |
| 150 | hle/service/ptm/ptm.cpp | 151 | hle/service/ptm/ptm.cpp |
| @@ -344,6 +345,7 @@ set(HEADERS | |||
| 344 | hle/service/nwm/nwm_tst.h | 345 | hle/service/nwm/nwm_tst.h |
| 345 | hle/service/nwm/nwm_uds.h | 346 | hle/service/nwm/nwm_uds.h |
| 346 | hle/service/nwm/uds_beacon.h | 347 | hle/service/nwm/uds_beacon.h |
| 348 | hle/service/nwm/uds_connection.h | ||
| 347 | hle/service/nwm/uds_data.h | 349 | hle/service/nwm/uds_data.h |
| 348 | hle/service/pm_app.h | 350 | hle/service/pm_app.h |
| 349 | hle/service/ptm/ptm.h | 351 | hle/service/ptm/ptm.h |