service: Add bpc and pcv services
Adds the basic skeleton for the remaining pcv-related services based off information on Switch Brew.
This commit is contained in:
parent
c3e8702d4f
commit
2635578300
8 changed files with 183 additions and 0 deletions
|
@ -169,6 +169,7 @@ void FileBackend::Write(const Entry& entry) {
|
|||
SUB(Service, AOC) \
|
||||
SUB(Service, APM) \
|
||||
SUB(Service, BCAT) \
|
||||
SUB(Service, BPC) \
|
||||
SUB(Service, BTM) \
|
||||
SUB(Service, Fatal) \
|
||||
SUB(Service, FGM) \
|
||||
|
@ -188,6 +189,7 @@ void FileBackend::Write(const Entry& entry) {
|
|||
SUB(Service, NVDRV) \
|
||||
SUB(Service, PCIE) \
|
||||
SUB(Service, PCTL) \
|
||||
SUB(Service, PCV) \
|
||||
SUB(Service, PREPO) \
|
||||
SUB(Service, SET) \
|
||||
SUB(Service, SM) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue