mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-29 22:15:17 -04:00
htc: fixes, can now enter ReadyState with wip starlink code
This commit is contained in:
parent
5fc1981061
commit
f28a410ba0
7 changed files with 182 additions and 7 deletions
|
@ -111,7 +111,6 @@ namespace ams::htc::server {
|
|||
if (m_rpc_client.WaitAny(htclow::ChannelState_Disconnected, m_cancel_event.GetBase()) != 0) {
|
||||
break;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -150,7 +149,6 @@ namespace ams::htc::server {
|
|||
if (m_rpc_server.WaitAny(htclow::ChannelState_Disconnected, m_cancel_event.GetBase()) != 0) {
|
||||
break;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue