From 10804d6d0e9b640224d59baedbfe861d5e33c751 Mon Sep 17 00:00:00 2001 From: David Marcec Date: Thu, 30 Apr 2020 22:37:26 +1000 Subject: am: GetFriendInvitationStorageChannelEvent Closes #3829 --- src/core/hle/service/am/am.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/core/hle/service/am/am.h') diff --git a/src/core/hle/service/am/am.h b/src/core/hle/service/am/am.h index 53cfce10f..55afe2b63 100644 --- a/src/core/hle/service/am/am.h +++ b/src/core/hle/service/am/am.h @@ -280,10 +280,12 @@ private: void QueryApplicationPlayStatistics(Kernel::HLERequestContext& ctx); void QueryApplicationPlayStatisticsByUid(Kernel::HLERequestContext& ctx); void GetGpuErrorDetectedSystemEvent(Kernel::HLERequestContext& ctx); + void GetFriendInvitationStorageChannelEvent(Kernel::HLERequestContext& ctx); bool launch_popped_application_specific = false; bool launch_popped_account_preselect = false; Kernel::EventPair gpu_error_detected_event; + Kernel::EventPair friend_invitation_storage_channel_event; Core::System& system; }; -- cgit v1.2.3