service: Add psc services
Adds the basic skeleton for the psc services based off the information provided by Switch Brew.
This commit is contained in:
parent
746d7d4d28
commit
5233040ab4
6 changed files with 98 additions and 0 deletions
|
@ -52,6 +52,7 @@
|
|||
#include "core/hle/service/pcv/pcv.h"
|
||||
#include "core/hle/service/pm/pm.h"
|
||||
#include "core/hle/service/prepo/prepo.h"
|
||||
#include "core/hle/service/psc/psc.h"
|
||||
#include "core/hle/service/service.h"
|
||||
#include "core/hle/service/set/settings.h"
|
||||
#include "core/hle/service/sm/controller.h"
|
||||
|
@ -238,6 +239,7 @@ void Init(std::shared_ptr<SM::ServiceManager>& sm) {
|
|||
PCV::InstallInterfaces(*sm);
|
||||
PlayReport::InstallInterfaces(*sm);
|
||||
PM::InstallInterfaces(*sm);
|
||||
PSC::InstallInterfaces(*sm);
|
||||
Set::InstallInterfaces(*sm);
|
||||
Sockets::InstallInterfaces(*sm);
|
||||
SPL::InstallInterfaces(*sm);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue