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

@@ -185,7 +185,7 @@ namespace ams::htc {
}
void HtcIpcThreadFunction(void *arg) {
//htc::server::LoopHtcmiscServer();
htc::server::LoopHtcmiscServer();
}
void HtcfsIpcThreadFunction(void *arg) {
@@ -218,7 +218,7 @@ int main(int argc, char **argv)
auto *htclow_manager = htclow::HtclowManagerHolder::GetHtclowManager();
/* Initialize the htc misc server. */
//htc::server::InitializeHtcmiscServer(htclow_manager);
htc::server::InitializeHtcmiscServer(htclow_manager);
/* Create the htc misc ipc thread. */
os::ThreadType htc_ipc_thread;