htc: fixes, can now enter ReadyState with wip starlink code

This commit is contained in:
Michael Scire 2021-02-12 06:08:16 -08:00 committed by SciresM
parent 5fc1981061
commit f28a410ba0
7 changed files with 182 additions and 7 deletions

View file

@ -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;
}
}
}