Merge pull request #1545 from DarkLordZach/psm

psm: Add psm service and stub commands 0 and 1
This commit is contained in:
bunnei
2018-10-22 15:27:05 -04:00
committed by GitHub
5 changed files with 91 additions and 0 deletions

View File

@ -331,6 +331,8 @@ add_library(core STATIC
hle/service/prepo/prepo.h
hle/service/psc/psc.cpp
hle/service/psc/psc.h
hle/service/ptm/psm.cpp
hle/service/ptm/psm.h
hle/service/service.cpp
hle/service/service.h
hle/service/set/set.cpp