mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-11 22:27:57 -05:00
Kernel: Centralize error definitions in errors.h
This commit is contained in:
@ -30,8 +30,7 @@ ResultCode ClientSession::SendSyncRequest() {
|
||||
if (parent->server)
|
||||
return parent->server->HandleSyncRequest();
|
||||
|
||||
return ResultCode(ErrorDescription::SessionClosedByRemote, ErrorModule::OS,
|
||||
ErrorSummary::Canceled, ErrorLevel::Status);
|
||||
return ERR_SESSION_CLOSED_BY_REMOTE;
|
||||
}
|
||||
|
||||
} // namespace
|
||||
|
Reference in New Issue
Block a user