summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/am.h
diff options
context:
space:
mode:
authorMichael Scire <SciresM@gmail.com>2019-11-11 16:21:45 +0100
committerMichael Scire <SciresM@gmail.com>2019-11-11 16:32:47 +0100
commitb0b0786493f6d872f7f7f83e8c6b91ba6b121c57 (patch)
tree6711fbf85fd8fea55cfb999cba92aa12c8d64eab /src/core/hle/service/am/am.h
parentMerge pull request #3085 from bunnei/web-token-b64 (diff)
downloadyuzu-b0b0786493f6d872f7f7f83e8c6b91ba6b121c57.tar
yuzu-b0b0786493f6d872f7f7f83e8c6b91ba6b121c57.tar.gz
yuzu-b0b0786493f6d872f7f7f83e8c6b91ba6b121c57.tar.bz2
yuzu-b0b0786493f6d872f7f7f83e8c6b91ba6b121c57.tar.lz
yuzu-b0b0786493f6d872f7f7f83e8c6b91ba6b121c57.tar.xz
yuzu-b0b0786493f6d872f7f7f83e8c6b91ba6b121c57.tar.zst
yuzu-b0b0786493f6d872f7f7f83e8c6b91ba6b121c57.zip
Diffstat (limited to '')
-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 2ae9402a8..f64013ea0 100644
--- a/src/core/hle/service/am/am.h
+++ b/src/core/hle/service/am/am.h
@@ -256,6 +256,7 @@ private:
void SetApplicationCopyrightImage(Kernel::HLERequestContext& ctx);
void SetApplicationCopyrightVisibility(Kernel::HLERequestContext& ctx);
void GetGpuErrorDetectedSystemEvent(Kernel::HLERequestContext& ctx);
+ void QueryApplicationPlayStatisticsByUid(Kernel::HLERequestContext& ctx);
bool launch_popped_application_specific = false;
bool launch_popped_account_preselect = false;