Browse Source
kernel/svc: Move address arbiter waiting behind a unified API function
kernel/svc: Move address arbiter waiting behind a unified API function
Rather than let the service call itself work out which function is the proper one to call, we can make that a behavior of the arbiter itself, so we don't need to directly expose those implementation details.nce_cpp
3 changed files with 24 additions and 19 deletions
-
20src/core/hle/kernel/address_arbiter.cpp
-
7src/core/hle/kernel/address_arbiter.h
-
16src/core/hle/kernel/svc.cpp
Write
Preview
Loading…
Cancel
Save
Reference in new issue