mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-30 02:19:00 +02:00
service: Add pm services
Adds the skeleton for the process management services based off information on Switch Brew.
This commit is contained in:
parent
4a05fca942
commit
c96ea0051d
4 changed files with 90 additions and 0 deletions
|
|
@ -201,6 +201,8 @@ add_library(core STATIC
|
|||
hle/service/pctl/module.h
|
||||
hle/service/pctl/pctl.cpp
|
||||
hle/service/pctl/pctl.h
|
||||
hle/service/pm/pm.cpp
|
||||
hle/service/pm/pm.h
|
||||
hle/service/prepo/prepo.cpp
|
||||
hle/service/prepo/prepo.h
|
||||
hle/service/service.cpp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue