summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/am.h
diff options
context:
space:
mode:
authorFearlessTobi <thm.frey@gmail.com>2019-11-03 01:26:13 +0100
committerFearlessTobi <thm.frey@gmail.com>2019-11-03 07:37:38 +0100
commit832c138eff7a166f2d46d11d5944522c5b60c4d8 (patch)
treefd9fa69f176ad44301ad17e2f7aa1a1761364837 /src/core/hle/service/am/am.h
parentMerge pull request #3054 from FernandoS27/fix-tld4-2 (diff)
downloadyuzu-832c138eff7a166f2d46d11d5944522c5b60c4d8.tar
yuzu-832c138eff7a166f2d46d11d5944522c5b60c4d8.tar.gz
yuzu-832c138eff7a166f2d46d11d5944522c5b60c4d8.tar.bz2
yuzu-832c138eff7a166f2d46d11d5944522c5b60c4d8.tar.lz
yuzu-832c138eff7a166f2d46d11d5944522c5b60c4d8.tar.xz
yuzu-832c138eff7a166f2d46d11d5944522c5b60c4d8.tar.zst
yuzu-832c138eff7a166f2d46d11d5944522c5b60c4d8.zip
Diffstat (limited to 'src/core/hle/service/am/am.h')
-rw-r--r--src/core/hle/service/am/am.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/hle/service/am/am.h b/src/core/hle/service/am/am.h
index ccd053c13..2ae9402a8 100644
--- a/src/core/hle/service/am/am.h
+++ b/src/core/hle/service/am/am.h
@@ -252,6 +252,9 @@ private:
void BeginBlockingHomeButton(Kernel::HLERequestContext& ctx);
void EndBlockingHomeButton(Kernel::HLERequestContext& ctx);
void EnableApplicationCrashReport(Kernel::HLERequestContext& ctx);
+ void InitializeApplicationCopyrightFrameBuffer(Kernel::HLERequestContext& ctx);
+ void SetApplicationCopyrightImage(Kernel::HLERequestContext& ctx);
+ void SetApplicationCopyrightVisibility(Kernel::HLERequestContext& ctx);
void GetGpuErrorDetectedSystemEvent(Kernel::HLERequestContext& ctx);
bool launch_popped_application_specific = false;