service: Add empty interface for pctl:a.

This commit is contained in:
bunnei 2017-12-28 23:44:39 -05:00
parent e17c0019c5
commit fcd4c1a0dc
6 changed files with 90 additions and 0 deletions

View file

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