htc: fix event wait loops for rpc clients

This commit is contained in:
Michael Scire 2021-02-12 07:03:55 -08:00 committed by SciresM
parent f28a410ba0
commit 99a38dce32
4 changed files with 19 additions and 20 deletions

View file

@ -147,7 +147,7 @@ namespace ams::htcfs {
}
/* Clear the channel state event. */
os::ClearEvent(channel_state_event);;
os::ClearEvent(channel_state_event);
}
return idx;
}