htcs: hook up manager impl to (unimplemented) service

This commit is contained in:
Michael Scire 2021-02-17 22:34:05 -08:00 committed by SciresM
parent 1541985222
commit abff428212
5 changed files with 170 additions and 2 deletions

View file

@ -23,5 +23,7 @@ namespace ams::htcs {
R_DEFINE_ERROR_RESULT(InvalidHandle, 9);
R_DEFINE_ERROR_RESULT(InvalidSize, 2014);
R_DEFINE_ERROR_RESULT(Unknown2021, 2021);
R_DEFINE_ERROR_RESULT(Unknown2023, 2023);
}