summaryrefslogtreecommitdiff
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar bunnei2014-05-30 00:24:04 -0400
committerGravatar bunnei2014-05-30 00:24:04 -0400
commit55325dea4c85e1a91c6d37282322b466ef40ffac (patch)
treea9e15f4f150a7ddd596cd41a5c54f4a664101916 /src/core/CMakeLists.txt
parentservice: cleaned up log messages (diff)
downloadyuzu-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.txt1
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