summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/am.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-11-14 21:59:50 +0100
committerLioncash <mathew1800@gmail.com>2019-11-14 22:02:39 +0100
commit1cd8637bf04b65bcc63ee014fb9f5c86cd2c4551 (patch)
tree9efe7874db4756eed9436e05f7ad41fe1d4d1430 /src/core/hle/service/am/am.h
parentMerge pull request #3089 from SciresM/play_statistics (diff)
downloadyuzu-1cd8637bf04b65bcc63ee014fb9f5c86cd2c4551.tar
yuzu-1cd8637bf04b65bcc63ee014fb9f5c86cd2c4551.tar.gz
yuzu-1cd8637bf04b65bcc63ee014fb9f5c86cd2c4551.tar.bz2
yuzu-1cd8637bf04b65bcc63ee014fb9f5c86cd2c4551.tar.lz
yuzu-1cd8637bf04b65bcc63ee014fb9f5c86cd2c4551.tar.xz
yuzu-1cd8637bf04b65bcc63ee014fb9f5c86cd2c4551.tar.zst
yuzu-1cd8637bf04b65bcc63ee014fb9f5c86cd2c4551.zip
Diffstat (limited to 'src/core/hle/service/am/am.h')
-rw-r--r--src/core/hle/service/am/am.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/hle/service/am/am.h b/src/core/hle/service/am/am.h
index f64013ea0..06a65b5ed 100644
--- a/src/core/hle/service/am/am.h
+++ b/src/core/hle/service/am/am.h
@@ -255,8 +255,9 @@ private:
void InitializeApplicationCopyrightFrameBuffer(Kernel::HLERequestContext& ctx);
void SetApplicationCopyrightImage(Kernel::HLERequestContext& ctx);
void SetApplicationCopyrightVisibility(Kernel::HLERequestContext& ctx);
- void GetGpuErrorDetectedSystemEvent(Kernel::HLERequestContext& ctx);
+ void QueryApplicationPlayStatistics(Kernel::HLERequestContext& ctx);
void QueryApplicationPlayStatisticsByUid(Kernel::HLERequestContext& ctx);
+ void GetGpuErrorDetectedSystemEvent(Kernel::HLERequestContext& ctx);
bool launch_popped_application_specific = false;
bool launch_popped_account_preselect = false;