mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-17 16:44:22 -04:00
htcs: hook up CreateSocket/RpcClient Begin<>/End<>
This commit is contained in:
parent
abff428212
commit
536e3e99a8
9 changed files with 235 additions and 14 deletions
|
@ -32,7 +32,7 @@ namespace ams::htcs::impl {
|
|||
R_CATCH(htc::ResultUnknown2021) { return HTCS_EINTR; }
|
||||
R_CATCH(htc::ResultInvalidTaskId) { return HTCS_EINTR; }
|
||||
R_CATCH(htc::ResultCancelled) { return HTCS_EINTR; }
|
||||
R_CATCH(htc::ResultUnknown2033) { return HTCS_ENETDOWN; }
|
||||
R_CATCH(htc::ResultTaskQueueNotAvailable) { return HTCS_ENETDOWN; }
|
||||
R_CATCH(htclow::ResultConnectionFailure) { return HTCS_ENETDOWN; }
|
||||
R_CATCH(htclow::ResultChannelNotExist) { return HTCS_ENOTCONN; }
|
||||
R_CATCH_ALL() { return HTCS_EUNKNOWN; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue