mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-22 19:05:08 -04:00
htc: add remaining worker receive thread logic
This commit is contained in:
parent
6fc24d8883
commit
2cdfde6637
11 changed files with 477 additions and 36 deletions
|
@ -49,6 +49,8 @@ namespace ams::htclow {
|
|||
R_DEFINE_ERROR_RESULT(UsbDriverReceiveError, 1403);
|
||||
R_DEFINE_ERROR_RESULT(UsbDriverSendError, 1404);
|
||||
|
||||
R_DEFINE_ERROR_RESULT(StateTransitionNotAllowed, 2001);
|
||||
R_DEFINE_ERROR_RESULT(HtcctrlError, 2000); /* TODO: Range? */
|
||||
R_DEFINE_ERROR_RESULT(HtcctrlStateTransitionNotAllowed, 2001);
|
||||
R_DEFINE_ERROR_RESULT(HtcctrlReceiveUnexpectedPacket, 2002);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue