ams: various fixes to support booting debug configuration

This commit is contained in:
Michael Scire
2025-04-08 13:43:29 -07:00
parent 85fd13f724
commit 6125f40bdb
7 changed files with 7 additions and 7 deletions

View File

@@ -95,7 +95,7 @@ namespace ams::impl {
AMS_DEFINE_SYSTEM_THREAD(16, creport, Main);
/* ro. */
AMS_DEFINE_SYSTEM_THREAD(16, ro, Main);
AMS_DEFINE_SYSTEM_THREAD(21, ro, Main);
/* gpio. */
AMS_DEFINE_SYSTEM_THREAD(-12, gpio, InterruptHandler);

View File

@@ -50,7 +50,7 @@ namespace ams::ddsf {
}
void DetachDevice() {
AMS_ASSERT(this->IsOpen());
/* AMS_ASSERT(this->IsOpen()); */
m_device = nullptr;
m_access_mode = AccessMode_None;
AMS_ASSERT(!this->IsOpen());