diff options
| author | 2018-04-21 22:04:24 -0700 | |
|---|---|---|
| committer | 2018-04-21 22:04:24 -0700 | |
| commit | f3137d3bc12253ed0406ef01406b3b62c563bbd7 (patch) | |
| tree | c3f724f5fecb1fbc21dbc3ff0405dacbedca5efa /src/core/CMakeLists.txt | |
| parent | Merge pull request #378 from Subv/a2bgr10 (diff) | |
| download | yuzu-f3137d3bc12253ed0406ef01406b3b62c563bbd7.tar.gz yuzu-f3137d3bc12253ed0406ef01406b3b62c563bbd7.tar.xz yuzu-f3137d3bc12253ed0406ef01406b3b62c563bbd7.zip | |
Implemented GetIUserInterface properly, Playreport and SSL::SetInterfaceVersion. Fixed ipc issues with IAudioDevice(wrong ids)
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 c1a645460..c2a6f56cd 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -187,6 +187,8 @@ add_library(core STATIC | |||
| 187 | hle/service/pctl/pctl.h | 187 | hle/service/pctl/pctl.h |
| 188 | hle/service/pctl/pctl_a.cpp | 188 | hle/service/pctl/pctl_a.cpp |
| 189 | hle/service/pctl/pctl_a.h | 189 | hle/service/pctl/pctl_a.h |
| 190 | hle/service/prepo/prepo.cpp | ||
| 191 | hle/service/prepo/prepo.h | ||
| 190 | hle/service/service.cpp | 192 | hle/service/service.cpp |
| 191 | hle/service/service.h | 193 | hle/service/service.h |
| 192 | hle/service/set/set.cpp | 194 | hle/service/set/set.cpp |