gpio: add (most of) driver framework for boot sysmodule usage
This commit is contained in:
@@ -38,7 +38,6 @@ namespace ams::ddsf {
|
||||
|
||||
void EventHandlerManager::Initialize() {
|
||||
/* Check that we're not already initialized. */
|
||||
AMS_ASSERT(!this->is_initialized);
|
||||
if (this->is_initialized) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user