htc: ObserverThread (mostly), system now boots + works with htc in bg
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user