There was an error fetching the commit references. Please try again later.
kernel/server_session: Return a std::pair from CreateSessionPair()
Keeps the return type consistent with the function name. While we're at it, we can also reduce the amount of boilerplate involved with handling these by using structured bindings.
Showing
- src/core/hle/ipc_helpers.h 1 addition, 3 deletionssrc/core/hle/ipc_helpers.h
- src/core/hle/kernel/client_port.cpp 4 additions, 6 deletionssrc/core/hle/kernel/client_port.cpp
- src/core/hle/kernel/server_session.cpp 1 addition, 1 deletionsrc/core/hle/kernel/server_session.cpp
- src/core/hle/kernel/server_session.h 2 additions, 1 deletionsrc/core/hle/kernel/server_session.h
Please register or sign in to comment