mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-24 19:54:22 -04:00
htc: hook up creation of the htc manager service object
This commit is contained in:
parent
4408ad6a47
commit
889f144b27
12 changed files with 418 additions and 5 deletions
|
@ -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");
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue