summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/am.h
diff options
context:
space:
mode:
authorDavid Marcec <dmarcecguzman@gmail.com>2020-04-30 14:37:26 +0200
committerDavid Marcec <dmarcecguzman@gmail.com>2020-04-30 14:37:26 +0200
commit10804d6d0e9b640224d59baedbfe861d5e33c751 (patch)
treeb7417e0afef1bfc976ba617902bcfd5913c17102 /src/core/hle/service/am/am.h
parentMerge pull request #3826 from MerryMage/update-dynarmic (diff)
downloadyuzu-10804d6d0e9b640224d59baedbfe861d5e33c751.tar
yuzu-10804d6d0e9b640224d59baedbfe861d5e33c751.tar.gz
yuzu-10804d6d0e9b640224d59baedbfe861d5e33c751.tar.bz2
yuzu-10804d6d0e9b640224d59baedbfe861d5e33c751.tar.lz
yuzu-10804d6d0e9b640224d59baedbfe861d5e33c751.tar.xz
yuzu-10804d6d0e9b640224d59baedbfe861d5e33c751.tar.zst
yuzu-10804d6d0e9b640224d59baedbfe861d5e33c751.zip
Diffstat (limited to 'src/core/hle/service/am/am.h')
-rw-r--r--src/core/hle/service/am/am.h2
1 files changed, 2 insertions, 0 deletions
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;
};