Signalled accumulated_suspended_tick_changed_event on creation based on RE

This commit is contained in:
David Marcec 2019-06-16 22:18:54 +10:00
parent 5fb6781c61
commit 50e3269f3b

View File

@ -286,6 +286,7 @@ ISelfController::ISelfController(std::shared_ptr<NVFlinger::NVFlinger> nvflinger
// TODO(ogniK): Figure out where, when and why this event gets signalled
accumulated_suspended_tick_changed_event = Kernel::WritableEvent::CreateEventPair(
kernel, Kernel::ResetType::Manual, "ISelfController:AccumulatedSuspendedTickChangedEvent");
accumulated_suspended_tick_changed_event.writable->Signal(); // Is signalled on creation
}
ISelfController::~ISelfController() = default;