summaryrefslogtreecommitdiff
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar Zach Hilman2019-06-28 22:43:51 -0400
committerGravatar Zach Hilman2019-06-28 22:43:51 -0400
commit65eb9cbb289c7465cb19a772986ccaf87bf02f3e (patch)
tree7e4164597957e375d82981119b9ed36fc3af4f71 /src/core/CMakeLists.txt
parentMerge pull request #2548 from DarkLordZach/applet-shopn (diff)
downloadyuzu-65eb9cbb289c7465cb19a772986ccaf87bf02f3e.tar.gz
yuzu-65eb9cbb289c7465cb19a772986ccaf87bf02f3e.tar.xz
yuzu-65eb9cbb289c7465cb19a772986ccaf87bf02f3e.zip
apm: Add Controller class to manage speed data and application
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 d65659b44..0a922430f 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -207,6 +207,8 @@ add_library(core STATIC
207 hle/service/aoc/aoc_u.h 207 hle/service/aoc/aoc_u.h
208 hle/service/apm/apm.cpp 208 hle/service/apm/apm.cpp
209 hle/service/apm/apm.h 209 hle/service/apm/apm.h
210 hle/service/apm/controller.cpp
211 hle/service/apm/controller.h
210 hle/service/apm/interface.cpp 212 hle/service/apm/interface.cpp
211 hle/service/apm/interface.h 213 hle/service/apm/interface.h
212 hle/service/audio/audctl.cpp 214 hle/service/audio/audctl.cpp