|
@@ -22,6 +22,7 @@
|
|
|
#include "core/hle/service/gsp_gpu.h"
|
|
#include "core/hle/service/gsp_gpu.h"
|
|
|
#include "core/hle/service/hid/hid.h"
|
|
#include "core/hle/service/hid/hid.h"
|
|
|
#include "core/hle/service/lm/lm.h"
|
|
#include "core/hle/service/lm/lm.h"
|
|
|
|
|
+#include "core/hle/service/pctl/pctl.h"
|
|
|
#include "core/hle/service/service.h"
|
|
#include "core/hle/service/service.h"
|
|
|
#include "core/hle/service/sm/controller.h"
|
|
#include "core/hle/service/sm/controller.h"
|
|
|
#include "core/hle/service/sm/sm.h"
|
|
#include "core/hle/service/sm/sm.h"
|
|
@@ -173,6 +174,7 @@ void Init() {
|
|
|
AOC::InstallInterfaces(*SM::g_service_manager);
|
|
AOC::InstallInterfaces(*SM::g_service_manager);
|
|
|
APM::InstallInterfaces(*SM::g_service_manager);
|
|
APM::InstallInterfaces(*SM::g_service_manager);
|
|
|
LM::InstallInterfaces(*SM::g_service_manager);
|
|
LM::InstallInterfaces(*SM::g_service_manager);
|
|
|
|
|
+ PCTL::InstallInterfaces(*SM::g_service_manager);
|
|
|
|
|
|
|
|
HID::Init();
|
|
HID::Init();
|
|
|
|
|
|