mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-03 16:18:51 -04:00
htc: implement remaining worker thread send logic (for channel mux)
This commit is contained in:
parent
df3d62df84
commit
4ed665bcd3
14 changed files with 346 additions and 13 deletions
|
@ -39,6 +39,7 @@ namespace ams::htclow {
|
|||
R_DEFINE_ERROR_RESULT(ChannelStateTransitionError, 1104);
|
||||
R_DEFINE_ERROR_RESULT(ChannelReceiveBufferEmpty, 1106);
|
||||
R_DEFINE_ERROR_RESULT(ChannelSequenceIdNotMatched, 1107);
|
||||
R_DEFINE_ERROR_RESULT(ChannelCannotDiscard, 1108);
|
||||
|
||||
R_DEFINE_ERROR_RANGE(DriverError, 1200, 1999);
|
||||
R_DEFINE_ERROR_RESULT(DriverOpened, 1201);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue