hle: kernel: svc_results: Update naming..
This commit is contained in:
parent
c2f6f2ba7a
commit
269d233a94
8 changed files with 43 additions and 42 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue