Browse Source
service: Migrate global named port map to the KernelCore class
service: Migrate global named port map to the KernelCore class
Now that we have a class representing the kernel in some capacity, we now have a place to put the named port map, so we move it over and get rid of another piece of global state within the core.pull/15/merge
5 changed files with 51 additions and 19 deletions
-
24src/core/hle/kernel/kernel.cpp
-
18src/core/hle/kernel/kernel.h
-
12src/core/hle/kernel/svc.cpp
-
9src/core/hle/service/service.cpp
-
7src/core/hle/service/service.h
Write
Preview
Loading…
Cancel
Save
Reference in new issue