mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-23 03:06:52 -04:00
htc: fix event wait loops for rpc clients
This commit is contained in:
parent
f28a410ba0
commit
99a38dce32
4 changed files with 19 additions and 20 deletions
|
@ -147,7 +147,7 @@ namespace ams::htcfs {
|
|||
}
|
||||
|
||||
/* Clear the channel state event. */
|
||||
os::ClearEvent(channel_state_event);;
|
||||
os::ClearEvent(channel_state_event);
|
||||
}
|
||||
return idx;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue