summaryrefslogtreecommitdiff
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar goaaats2018-01-19 21:44:58 +0100
committerGravatar bunnei2018-01-19 15:44:58 -0500
commitc457f34eb22eb43aa2beca0414e59f2a284715dd (patch)
treee0f344e4ff1d48d01d3aa89f655b8d442b5cfd51 /src/core/CMakeLists.txt
parentMerge pull request #109 from bunnei/libnx-fixes (diff)
downloadyuzu-c457f34eb22eb43aa2beca0414e59f2a284715dd.tar.gz
yuzu-c457f34eb22eb43aa2beca0414e59f2a284715dd.tar.xz
yuzu-c457f34eb22eb43aa2beca0414e59f2a284715dd.zip
acc, set, applet_oe: stub various functions, add set service (#105)
* Stubs for various acc:u0 funcs needed * Stub for GetDesiredLanguage in IApplicationFunctions * Add set service + stubs needed for games * Fix formatting * Implement IProfile, IManagerForApplication, return bool in CheckAvailability, style fixes * Remove IProfile::Get(needs more research), fix IPC response sizes
Diffstat (limited to 'src/core/CMakeLists.txt')
-rw-r--r--src/core/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
index 57f578bae..8836ddf63 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -124,6 +124,8 @@ add_library(core STATIC
124 hle/service/pctl/pctl_a.h 124 hle/service/pctl/pctl_a.h
125 hle/service/service.cpp 125 hle/service/service.cpp
126 hle/service/service.h 126 hle/service/service.h
127 hle/service/set/set.cpp
128 hle/service/set/set.h
127 hle/service/sm/controller.cpp 129 hle/service/sm/controller.cpp
128 hle/service/sm/controller.h 130 hle/service/sm/controller.h
129 hle/service/sm/sm.cpp 131 hle/service/sm/sm.cpp