Signalled accumulated_suspended_tick_changed_event on creation based on RE
This commit is contained in:
parent
5fb6781c61
commit
50e3269f3b
1 changed files with 1 additions and 0 deletions
|
@ -286,6 +286,7 @@ ISelfController::ISelfController(std::shared_ptr<NVFlinger::NVFlinger> nvflinger
|
||||||
// TODO(ogniK): Figure out where, when and why this event gets signalled
|
// TODO(ogniK): Figure out where, when and why this event gets signalled
|
||||||
accumulated_suspended_tick_changed_event = Kernel::WritableEvent::CreateEventPair(
|
accumulated_suspended_tick_changed_event = Kernel::WritableEvent::CreateEventPair(
|
||||||
kernel, Kernel::ResetType::Manual, "ISelfController:AccumulatedSuspendedTickChangedEvent");
|
kernel, Kernel::ResetType::Manual, "ISelfController:AccumulatedSuspendedTickChangedEvent");
|
||||||
|
accumulated_suspended_tick_changed_event.writable->Signal(); // Is signalled on creation
|
||||||
}
|
}
|
||||||
|
|
||||||
ISelfController::~ISelfController() = default;
|
ISelfController::~ISelfController() = default;
|
||||||
|
|
Loading…
Reference in a new issue