summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/am.h
diff options
context:
space:
mode:
authorameerj <52414509+ameerj@users.noreply.github.com>2021-01-31 03:43:55 +0100
committerameerj <52414509+ameerj@users.noreply.github.com>2021-01-31 03:43:55 +0100
commit99dcf7da21ff7692b15d61654a0c852aafeff98b (patch)
tree10c662cede98818dcece4fd301b52f96403bf900 /src/core/hle/service/am/am.h
parentMerge pull request #5779 from bunnei/kthread-rewrite (diff)
downloadyuzu-99dcf7da21ff7692b15d61654a0c852aafeff98b.tar
yuzu-99dcf7da21ff7692b15d61654a0c852aafeff98b.tar.gz
yuzu-99dcf7da21ff7692b15d61654a0c852aafeff98b.tar.bz2
yuzu-99dcf7da21ff7692b15d61654a0c852aafeff98b.tar.lz
yuzu-99dcf7da21ff7692b15d61654a0c852aafeff98b.tar.xz
yuzu-99dcf7da21ff7692b15d61654a0c852aafeff98b.tar.zst
yuzu-99dcf7da21ff7692b15d61654a0c852aafeff98b.zip
Diffstat (limited to 'src/core/hle/service/am/am.h')
-rw-r--r--src/core/hle/service/am/am.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/am/am.h b/src/core/hle/service/am/am.h
index 50737432c..a5401a4d2 100644
--- a/src/core/hle/service/am/am.h
+++ b/src/core/hle/service/am/am.h
@@ -288,6 +288,7 @@ private:
void GetPreviousProgramIndex(Kernel::HLERequestContext& ctx);
void GetGpuErrorDetectedSystemEvent(Kernel::HLERequestContext& ctx);
void GetFriendInvitationStorageChannelEvent(Kernel::HLERequestContext& ctx);
+ void TryPopFromFriendInvitationStorageChannel(Kernel::HLERequestContext& ctx);
bool launch_popped_application_specific = false;
bool launch_popped_account_preselect = false;