diff options
Diffstat (limited to 'src/core/hle/service/service.cpp')
| -rw-r--r-- | src/core/hle/service/service.cpp | 2 |
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 @@ | |||
| 7 | 7 | ||
| 8 | #include "core/hle/service/service.h" | 8 | #include "core/hle/service/service.h" |
| 9 | #include "core/hle/service/ac_u.h" | 9 | #include "core/hle/service/ac_u.h" |
| 10 | #include "core/hle/service/act_a.h" | ||
| 10 | #include "core/hle/service/act_u.h" | 11 | #include "core/hle/service/act_u.h" |
| 11 | #include "core/hle/service/csnd_snd.h" | 12 | #include "core/hle/service/csnd_snd.h" |
| 12 | #include "core/hle/service/dlp_srvr.h" | 13 | #include "core/hle/service/dlp_srvr.h" |
| @@ -119,6 +120,7 @@ void Init() { | |||
| 119 | Service::PTM::Init(); | 120 | Service::PTM::Init(); |
| 120 | 121 | ||
| 121 | AddService(new AC_U::Interface); | 122 | AddService(new AC_U::Interface); |
| 123 | AddService(new ACT_A::Interface); | ||
| 122 | AddService(new ACT_U::Interface); | 124 | AddService(new ACT_U::Interface); |
| 123 | AddService(new CSND_SND::Interface); | 125 | AddService(new CSND_SND::Interface); |
| 124 | AddService(new DLP_SRVR::Interface); | 126 | AddService(new DLP_SRVR::Interface); |