hle: Initial implementation of NX service framework and IPC.

This commit is contained in:
bunnei
2017-10-14 22:18:42 -04:00
parent bab96a7581
commit 7df43f253e
21 changed files with 578 additions and 863 deletions

View File

@@ -32,7 +32,7 @@ namespace Log {
CLS(Kernel) \
SUB(Kernel, SVC) \
CLS(Service) \
SUB(Service, SRV) \
SUB(Service, SM) \
SUB(Service, FS) \
SUB(Service, GSP) \
SUB(Service, CFG) \