diff options
| author | 2016-12-08 19:34:32 -0800 | |
|---|---|---|
| committer | 2016-12-08 19:34:32 -0800 | |
| commit | 18bf4acb9bc5b1ee79f757ea604efd8f10eac7cf (patch) | |
| tree | e230f60ef4ae620bce849da9f72ee7e397c0de1a /src/core/CMakeLists.txt | |
| parent | Merge pull request #2280 from Subv/citrace_size (diff) | |
| parent | service: Add the ptm:s service (diff) | |
| download | yuzu-18bf4acb9bc5b1ee79f757ea604efd8f10eac7cf.tar.gz yuzu-18bf4acb9bc5b1ee79f757ea604efd8f10eac7cf.tar.xz yuzu-18bf4acb9bc5b1ee79f757ea604efd8f10eac7cf.zip | |
Merge pull request #2287 from lioncash/svc
service: Minor PTM changes
Diffstat (limited to 'src/core/CMakeLists.txt')
| -rw-r--r-- | src/core/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 3dd3310cb..c2c04473c 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -123,7 +123,9 @@ set(SRCS | |||
| 123 | hle/service/nwm_uds.cpp | 123 | hle/service/nwm_uds.cpp |
| 124 | hle/service/pm_app.cpp | 124 | hle/service/pm_app.cpp |
| 125 | hle/service/ptm/ptm.cpp | 125 | hle/service/ptm/ptm.cpp |
| 126 | hle/service/ptm/ptm_gets.cpp | ||
| 126 | hle/service/ptm/ptm_play.cpp | 127 | hle/service/ptm/ptm_play.cpp |
| 128 | hle/service/ptm/ptm_sets.cpp | ||
| 127 | hle/service/ptm/ptm_sysm.cpp | 129 | hle/service/ptm/ptm_sysm.cpp |
| 128 | hle/service/ptm/ptm_u.cpp | 130 | hle/service/ptm/ptm_u.cpp |
| 129 | hle/service/qtm/qtm.cpp | 131 | hle/service/qtm/qtm.cpp |
| @@ -283,7 +285,9 @@ set(HEADERS | |||
| 283 | hle/service/nwm_uds.h | 285 | hle/service/nwm_uds.h |
| 284 | hle/service/pm_app.h | 286 | hle/service/pm_app.h |
| 285 | hle/service/ptm/ptm.h | 287 | hle/service/ptm/ptm.h |
| 288 | hle/service/ptm/ptm_gets.h | ||
| 286 | hle/service/ptm/ptm_play.h | 289 | hle/service/ptm/ptm_play.h |
| 290 | hle/service/ptm/ptm_sets.h | ||
| 287 | hle/service/ptm/ptm_sysm.h | 291 | hle/service/ptm/ptm_sysm.h |
| 288 | hle/service/ptm/ptm_u.h | 292 | hle/service/ptm/ptm_u.h |
| 289 | hle/service/qtm/qtm.h | 293 | hle/service/qtm/qtm.h |