diff options
| author | 2019-06-16 22:18:54 +1000 | |
|---|---|---|
| committer | 2019-06-16 22:18:54 +1000 | |
| commit | 50e3269f3bef27fad91ca2d1514944b1a5637a49 (patch) | |
| tree | b3b53fbc20b14c4d9b98ca8e40b05dbf12a80e09 /src | |
| parent | Cleanup (diff) | |
| download | yuzu-50e3269f3bef27fad91ca2d1514944b1a5637a49.tar.gz yuzu-50e3269f3bef27fad91ca2d1514944b1a5637a49.tar.xz yuzu-50e3269f3bef27fad91ca2d1514944b1a5637a49.zip | |
Signalled accumulated_suspended_tick_changed_event on creation based on RE
Diffstat (limited to 'src')
| -rw-r--r-- | src/core/hle/service/am/am.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/am/am.cpp b/src/core/hle/service/am/am.cpp index 73caf8739..4a7bf4acb 100644 --- a/src/core/hle/service/am/am.cpp +++ b/src/core/hle/service/am/am.cpp | |||
| @@ -286,6 +286,7 @@ ISelfController::ISelfController(std::shared_ptr<NVFlinger::NVFlinger> nvflinger | |||
| 286 | // TODO(ogniK): Figure out where, when and why this event gets signalled | 286 | // TODO(ogniK): Figure out where, when and why this event gets signalled |
| 287 | accumulated_suspended_tick_changed_event = Kernel::WritableEvent::CreateEventPair( | 287 | accumulated_suspended_tick_changed_event = Kernel::WritableEvent::CreateEventPair( |
| 288 | kernel, Kernel::ResetType::Manual, "ISelfController:AccumulatedSuspendedTickChangedEvent"); | 288 | kernel, Kernel::ResetType::Manual, "ISelfController:AccumulatedSuspendedTickChangedEvent"); |
| 289 | accumulated_suspended_tick_changed_event.writable->Signal(); // Is signalled on creation | ||
| 289 | } | 290 | } |
| 290 | 291 | ||
| 291 | ISelfController::~ISelfController() = default; | 292 | ISelfController::~ISelfController() = default; |