htc: hook up creation of the htc manager service object

This commit is contained in:
Michael Scire 2021-02-09 05:37:54 -08:00 committed by SciresM
parent 4408ad6a47
commit 889f144b27
12 changed files with 418 additions and 5 deletions

View file

@ -52,8 +52,12 @@ namespace ams::htclow {
return ResultSuccess();
}
//void HtclowManagerImpl::CloseDriver();
//
//void HtclowManagerImpl::Disconnect();
void HtclowManagerImpl::CloseDriver() {
AMS_ABORT("HtclowManagerImpl::CloseDriver");
}
void HtclowManagerImpl::Disconnect() {
AMS_ABORT("HtclowManagerImpl::Disconnect");
}
}