htcs: hook up HtcsService to rpc client

This commit is contained in:
Michael Scire
2021-02-18 21:24:30 -08:00
committed by SciresM
parent 0c791f2279
commit 7667104961
18 changed files with 733 additions and 77 deletions

View File

@@ -40,8 +40,8 @@ namespace ams::htc::server::rpc {
enum class RpcTaskCancelReason {
None = 0,
One = 1,
Two = 2,
BySocket = 1,
ClientFinalized = 2,
QueueNotAvailable = 3,
};