htcs: hook manager up to (unimplemented) manager impl

This commit is contained in:
Michael Scire
2021-02-17 19:14:59 -08:00
committed by SciresM
parent 61929d6e21
commit 1541985222
12 changed files with 493 additions and 5 deletions

View File

@@ -20,6 +20,8 @@ namespace ams::htcs {
R_DEFINE_NAMESPACE_RESULT_MODULE(4);
R_DEFINE_ERROR_RESULT(InvalidHandle, 9);
R_DEFINE_ERROR_RESULT(InvalidSize, 2014);
}