psc: move IPmControl, IPmModule, IPmService

This commit is contained in:
Liam 2024-02-21 21:55:03 -05:00
parent 56ea569c6d
commit dc62ca20ee
9 changed files with 141 additions and 69 deletions

View file

@ -891,6 +891,12 @@ add_library(core STATIC
hle/service/pm/pm.h
hle/service/prepo/prepo.cpp
hle/service/prepo/prepo.h
hle/service/psc/pm_control.cpp
hle/service/psc/pm_control.h
hle/service/psc/pm_module.cpp
hle/service/psc/pm_module.h
hle/service/psc/pm_service.cpp
hle/service/psc/pm_service.h
hle/service/psc/psc.cpp
hle/service/psc/psc.h
hle/service/psc/time/alarms.cpp