mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-17 08:34:23 -04:00
htcs: fix magic template argument deduction, do Close/Connect/Bind
This commit is contained in:
parent
f71943c03a
commit
0c791f2279
8 changed files with 135 additions and 23 deletions
|
@ -50,8 +50,8 @@ namespace ams::htcs::impl {
|
|||
return m_service.CreateSocket(out_err, out_desc, enable_disconnection_emulation);
|
||||
}
|
||||
|
||||
Result HtcsManagerImpl::DestroySocket(s32 *out_err, s32 desc) {
|
||||
return m_service.DestroySocket(out_err, desc);
|
||||
Result HtcsManagerImpl::DestroySocket(s32 desc) {
|
||||
return m_service.DestroySocket(desc);
|
||||
}
|
||||
|
||||
Result HtcsManagerImpl::Connect(s32 *out_err, s32 desc, const SockAddrHtcs &address) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue