htc: ObserverThread (mostly), system now boots + works with htc in bg

This commit is contained in:
Michael Scire
2021-02-10 04:22:19 -08:00
committed by SciresM
parent 79a3f442d6
commit 4d86863f2c
6 changed files with 83 additions and 7 deletions

View File

@@ -274,7 +274,7 @@ namespace ams::usb {
Result DsInterface::Finalize() {
/* Validate that we have a service. */
R_ABORT_UNLESS(m_interface != nullptr);
AMS_ABORT_UNLESS(m_interface != nullptr);
/* We must be disabled. */
R_UNLESS(!m_client->m_is_enabled, usb::ResultResourceBusy());