diff options
| author | 2014-05-30 00:24:04 -0400 | |
|---|---|---|
| committer | 2014-05-30 00:24:04 -0400 | |
| commit | 55325dea4c85e1a91c6d37282322b466ef40ffac (patch) | |
| tree | a9e15f4f150a7ddd596cd41a5c54f4a664101916 /src/core/CMakeLists.txt | |
| parent | service: cleaned up log messages (diff) | |
| download | yuzu-55325dea4c85e1a91c6d37282322b466ef40ffac.tar.gz yuzu-55325dea4c85e1a91c6d37282322b466ef40ffac.tar.xz yuzu-55325dea4c85e1a91c6d37282322b466ef40ffac.zip | |
hle: added stubbed service for ndm_u
Diffstat (limited to 'src/core/CMakeLists.txt')
| -rw-r--r-- | src/core/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 468e6a631..7236033c4 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -41,6 +41,7 @@ set(SRCS core.cpp | |||
| 41 | hle/service/apt.cpp | 41 | hle/service/apt.cpp |
| 42 | hle/service/gsp.cpp | 42 | hle/service/gsp.cpp |
| 43 | hle/service/hid.cpp | 43 | hle/service/hid.cpp |
| 44 | hle/service/ndm.cpp | ||
| 44 | hle/service/service.cpp | 45 | hle/service/service.cpp |
| 45 | hle/service/srv.cpp | 46 | hle/service/srv.cpp |
| 46 | hw/hw.cpp | 47 | hw/hw.cpp |