summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/am.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2019-11-14 19:54:29 +0100
committerGitHub <noreply@github.com>2019-11-14 19:54:29 +0100
commit885d88825ef455648537f5dca745bcc30da135e5 (patch)
treeddc10d4247d2a882e0fd84d1ba024d93f5b2d29c /src/core/hle/service/am/am.h
parentMerge pull request #3093 from lioncash/mbedtls (diff)
parentImplement stub for QueryApplicationPlayStatisticsByUid (diff)
downloadyuzu-885d88825ef455648537f5dca745bcc30da135e5.tar
yuzu-885d88825ef455648537f5dca745bcc30da135e5.tar.gz
yuzu-885d88825ef455648537f5dca745bcc30da135e5.tar.bz2
yuzu-885d88825ef455648537f5dca745bcc30da135e5.tar.lz
yuzu-885d88825ef455648537f5dca745bcc30da135e5.tar.xz
yuzu-885d88825ef455648537f5dca745bcc30da135e5.tar.zst
yuzu-885d88825ef455648537f5dca745bcc30da135e5.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;