mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 19:55:46 +00:00
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
12cbf9b562
commit
4d9067936c
6 changed files with 98 additions and 0 deletions
|
@ -192,6 +192,7 @@ void FileBackend::Write(const Entry& entry) {
|
|||
SUB(Service, PCTL) \
|
||||
SUB(Service, PCV) \
|
||||
SUB(Service, PREPO) \
|
||||
SUB(Service, PSC) \
|
||||
SUB(Service, SET) \
|
||||
SUB(Service, SM) \
|
||||
SUB(Service, SPL) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue