mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-28 05:34:11 -04:00
htc: implement (fixing linker errors) through HtclowManagerImpl::OpenDriver
This commit is contained in:
parent
1687bf2e07
commit
c878123274
30 changed files with 582 additions and 22 deletions
|
@ -31,8 +31,10 @@ namespace ams::htclow {
|
|||
/* ... */
|
||||
}
|
||||
|
||||
//Result HtclowManagerImpl::OpenDriver(impl::DriverType driver_type);
|
||||
//
|
||||
Result HtclowManagerImpl::OpenDriver(impl::DriverType driver_type) {
|
||||
AMS_ABORT("TODO");
|
||||
}
|
||||
|
||||
//void HtclowManagerImpl::CloseDriver();
|
||||
//
|
||||
//void HtclowManagerImpl::Disconnect();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue