Fix Diablo 3
All checks were successful
eden-license / license-header (pull_request) Successful in 22s
All checks were successful
eden-license / license-header (pull_request) Successful in 22s
This commit is contained in:
parent
a1c5b5c911
commit
cfee8917ab
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.GetSystemEvent().Signal();
|
||||||
caller_applet->lifecycle_manager.RequestResumeNotification();
|
caller_applet->lifecycle_manager.RequestResumeNotification();
|
||||||
caller_applet->lifecycle_manager.GetSystemEvent().Clear();
|
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()));
|
R_RETURN(m_broker->GetOutData().Pop(out_storage.Get()));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue