diff options
| author | 2018-03-20 16:55:20 +0300 | |
|---|---|---|
| committer | 2018-03-20 16:59:02 +0300 | |
| commit | dca7cfb9cfea5a798db45926b2f5399c1e233e99 (patch) | |
| tree | 1ce233502d929b2146864f3dfa5389c869519ee4 /src/core/CMakeLists.txt | |
| parent | Merge pull request #253 from Subv/rt_depth (diff) | |
| download | yuzu-dca7cfb9cfea5a798db45926b2f5399c1e233e99.tar.gz yuzu-dca7cfb9cfea5a798db45926b2f5399c1e233e99.tar.xz yuzu-dca7cfb9cfea5a798db45926b2f5399c1e233e99.zip | |
Service: add fatal:u, fatal:p services
Diffstat (limited to 'src/core/CMakeLists.txt')
| -rw-r--r-- | src/core/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index faaa50e4d..456b63ac2 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -114,6 +114,12 @@ add_library(core STATIC | |||
| 114 | hle/service/audio/audren_u.h | 114 | hle/service/audio/audren_u.h |
| 115 | hle/service/audio/codecctl.cpp | 115 | hle/service/audio/codecctl.cpp |
| 116 | hle/service/audio/codecctl.h | 116 | hle/service/audio/codecctl.h |
| 117 | hle/service/fatal/fatal.cpp | ||
| 118 | hle/service/fatal/fatal.h | ||
| 119 | hle/service/fatal/fatal_p.cpp | ||
| 120 | hle/service/fatal/fatal_p.h | ||
| 121 | hle/service/fatal/fatal_u.cpp | ||
| 122 | hle/service/fatal/fatal_u.h | ||
| 117 | hle/service/filesystem/filesystem.cpp | 123 | hle/service/filesystem/filesystem.cpp |
| 118 | hle/service/filesystem/filesystem.h | 124 | hle/service/filesystem/filesystem.h |
| 119 | hle/service/filesystem/fsp_srv.cpp | 125 | hle/service/filesystem/fsp_srv.cpp |