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:
Lioncash 2018-08-01 21:59:22 -04:00
parent 746d7d4d28
commit 5233040ab4
6 changed files with 98 additions and 0 deletions

View file

@ -261,6 +261,8 @@ add_library(core STATIC
hle/service/pm/pm.h
hle/service/prepo/prepo.cpp
hle/service/prepo/prepo.h
hle/service/psc/psc.cpp
hle/service/psc/psc.h
hle/service/service.cpp
hle/service/service.h
hle/service/set/set.cpp