[core] Fix Diablo 3 (#314)
This fixes Diablo 3. Regression introduced on PR 311. Reviewed-on: #314 Co-authored-by: MaranBr <maranbr@outlook.com> Co-committed-by: MaranBr <maranbr@outlook.com>
This commit is contained in:
parent
a1c5b5c911
commit
44d658bbc5
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ Result ILibraryAppletAccessor::PopOutData(Out<SharedPointer<IStorage>> out_stora
|
|||
caller_applet->lifecycle_manager.GetSystemEvent().Signal();
|
||||
caller_applet->lifecycle_manager.RequestResumeNotification();
|
||||
caller_applet->lifecycle_manager.GetSystemEvent().Clear();
|
||||
caller_applet->lifecycle_manager.SignalSystemEventIfNeeded();
|
||||
caller_applet->lifecycle_manager.UpdateRequestedFocusState();
|
||||
}
|
||||
R_RETURN(m_broker->GetOutData().Pop(out_storage.Get()));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue