htc: add RpcTaskTable

This commit is contained in:
Michael Scire
2021-02-09 23:09:28 -08:00
committed by SciresM
parent 0880cebc4d
commit f5e98de1a3
5 changed files with 126 additions and 8 deletions

View File

@@ -18,6 +18,8 @@
namespace ams::htc::server::rpc {
constexpr inline size_t MaxTaskCount = 0x48;
enum class RpcTaskCancelReason {
None = 0,
/* ... */