summaryrefslogtreecommitdiffstats
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-10-22 21:27:05 +0200
committerGitHub <noreply@github.com>2018-10-22 21:27:05 +0200
commitff6b2d457499156584ef51fb6025d2b3958e3aa5 (patch)
tree9143e12cc81e8a672cd91d00163a22877f546411 /src/core/CMakeLists.txt
parentMerge pull request #1541 from lioncash/define (diff)
parentpsm: Stub GetChargerType (diff)
downloadyuzu-ff6b2d457499156584ef51fb6025d2b3958e3aa5.tar
yuzu-ff6b2d457499156584ef51fb6025d2b3958e3aa5.tar.gz
yuzu-ff6b2d457499156584ef51fb6025d2b3958e3aa5.tar.bz2
yuzu-ff6b2d457499156584ef51fb6025d2b3958e3aa5.tar.lz
yuzu-ff6b2d457499156584ef51fb6025d2b3958e3aa5.tar.xz
yuzu-ff6b2d457499156584ef51fb6025d2b3958e3aa5.tar.zst
yuzu-ff6b2d457499156584ef51fb6025d2b3958e3aa5.zip
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 9b1cfae42..64fdf38cd 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -331,6 +331,8 @@ add_library(core STATIC
hle/service/prepo/prepo.h
hle/service/psc/psc.cpp
hle/service/psc/psc.h
+ hle/service/ptm/psm.cpp
+ hle/service/ptm/psm.h
hle/service/service.cpp
hle/service/service.h
hle/service/set/set.cpp