summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/service.cpp
diff options
context:
space:
mode:
authorAndrás Domonkos <katisx1@citromail.hu>2016-05-18 03:28:25 +0200
committerbunnei <bunneidev@gmail.com>2016-05-18 03:28:25 +0200
commit960297e57742be500dbd73b76b7c960cab7fa6c9 (patch)
treecab4d7967f5b9fd047a21e36a055ee44938b2e95 /src/core/hle/service/service.cpp
parentMerge pull request #1800 from JayFoxRox/set-fpscr (diff)
downloadyuzu-960297e57742be500dbd73b76b7c960cab7fa6c9.tar
yuzu-960297e57742be500dbd73b76b7c960cab7fa6c9.tar.gz
yuzu-960297e57742be500dbd73b76b7c960cab7fa6c9.tar.bz2
yuzu-960297e57742be500dbd73b76b7c960cab7fa6c9.tar.lz
yuzu-960297e57742be500dbd73b76b7c960cab7fa6c9.tar.xz
yuzu-960297e57742be500dbd73b76b7c960cab7fa6c9.tar.zst
yuzu-960297e57742be500dbd73b76b7c960cab7fa6c9.zip
Diffstat (limited to 'src/core/hle/service/service.cpp')
-rw-r--r--src/core/hle/service/service.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hle/service/service.cpp b/src/core/hle/service/service.cpp
index 0fe3a4d7a..d7e7d4fe3 100644
--- a/src/core/hle/service/service.cpp
+++ b/src/core/hle/service/service.cpp
@@ -7,6 +7,7 @@
#include "core/hle/service/service.h"
#include "core/hle/service/ac_u.h"
+#include "core/hle/service/act_a.h"
#include "core/hle/service/act_u.h"
#include "core/hle/service/csnd_snd.h"
#include "core/hle/service/dlp_srvr.h"
@@ -119,6 +120,7 @@ void Init() {
Service::PTM::Init();
AddService(new AC_U::Interface);
+ AddService(new ACT_A::Interface);
AddService(new ACT_U::Interface);
AddService(new CSND_SND::Interface);
AddService(new DLP_SRVR::Interface);