mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-05 17:14:22 -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,7 +31,7 @@ namespace ams::htclow {
|
|||
driver::IDriver *m_driver;
|
||||
os::ThreadType m_receive_thread;
|
||||
os::ThreadType m_send_thread;
|
||||
os::EventType m_event;
|
||||
os::Event m_event;
|
||||
void *m_receive_thread_stack;
|
||||
void *m_send_thread_stack;
|
||||
u8 m_7C400;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue