Browse Source

Signalled accumulated_suspended_tick_changed_event on creation based on RE

pull/15/merge
David Marcec 7 years ago
parent
commit
50e3269f3b
  1. 1
      src/core/hle/service/am/am.cpp

1
src/core/hle/service/am/am.cpp

@ -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;

Loading…
Cancel
Save