diff options
| author | bunnei <bunneidev@gmail.com> | 2021-04-11 11:41:48 -0700 |
|---|---|---|
| committer | bunnei <bunneidev@gmail.com> | 2021-05-05 16:40:51 -0700 |
| commit | 269d233a9421e43c2383fe29603b3dfbdaa900e9 (patch) | |
| tree | 7bcfd27ba2a9eee20d696307240108f40320ae04 /src/core/hle/kernel/client_session.cpp | |
| parent | c2f6f2ba7a6595abfd6e0e829a556b7424516a2d (diff) | |
hle: kernel: svc_results: Update naming..
Diffstat (limited to 'src/core/hle/kernel/client_session.cpp')
| -rw-r--r-- | src/core/hle/kernel/client_session.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/kernel/client_session.cpp b/src/core/hle/kernel/client_session.cpp index 13c55abe4..fa9cad498 100644 --- a/src/core/hle/kernel/client_session.cpp +++ b/src/core/hle/kernel/client_session.cpp @@ -42,7 +42,7 @@ ResultCode ClientSession::SendSyncRequest(KThread* thread, Core::Memory::Memory& Core::Timing::CoreTiming& core_timing) { // Keep ServerSession alive until we're done working with it. if (!parent->Server()) { - return ResultSessionClosedByRemote; + return ResultSessionClosed; } // Signal the server session that new data is available |
