diff options
| author | mailwl <mailwl@gmail.com> | 2018-03-20 16:55:20 +0300 |
|---|---|---|
| committer | mailwl <mailwl@gmail.com> | 2018-03-20 16:59:02 +0300 |
| commit | dca7cfb9cfea5a798db45926b2f5399c1e233e99 (patch) | |
| tree | 1ce233502d929b2146864f3dfa5389c869519ee4 /src/core/CMakeLists.txt | |
| parent | f4700ccabff57955a43c8eb0df85c0c02b1b9724 (diff) | |
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 hle/service/audio/audren_u.h hle/service/audio/codecctl.cpp hle/service/audio/codecctl.h + hle/service/fatal/fatal.cpp + hle/service/fatal/fatal.h + hle/service/fatal/fatal_p.cpp + hle/service/fatal/fatal_p.h + hle/service/fatal/fatal_u.cpp + hle/service/fatal/fatal_u.h hle/service/filesystem/filesystem.cpp hle/service/filesystem/filesystem.h hle/service/filesystem/fsp_srv.cpp |
