summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/am.h
diff options
context:
space:
mode:
authorNarr the Reg <juangerman-13@hotmail.com>2023-10-17 05:12:55 +0200
committerGitHub <noreply@github.com>2023-10-17 05:12:55 +0200
commitbcce184e60a0adeac287e38ebdd2af078cd91423 (patch)
tree5a6ea3d1580b1c48046cc4213d984c928bdaadd1 /src/core/hle/service/am/am.h
parentMerge pull request #11786 from v1993/cuda-on-linux (diff)
downloadyuzu-bcce184e60a0adeac287e38ebdd2af078cd91423.tar
yuzu-bcce184e60a0adeac287e38ebdd2af078cd91423.tar.gz
yuzu-bcce184e60a0adeac287e38ebdd2af078cd91423.tar.bz2
yuzu-bcce184e60a0adeac287e38ebdd2af078cd91423.tar.lz
yuzu-bcce184e60a0adeac287e38ebdd2af078cd91423.tar.xz
yuzu-bcce184e60a0adeac287e38ebdd2af078cd91423.tar.zst
yuzu-bcce184e60a0adeac287e38ebdd2af078cd91423.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 4a045cfd4..64b3f3fe2 100644
--- a/src/core/hle/service/am/am.h
+++ b/src/core/hle/service/am/am.h
@@ -124,6 +124,8 @@ public:
private:
void GetCallerAppletCaptureImageEx(HLERequestContext& ctx);
void TakeScreenShotOfOwnLayer(HLERequestContext& ctx);
+ void AcquireLastForegroundCaptureSharedBuffer(HLERequestContext& ctx);
+ void ReleaseLastForegroundCaptureSharedBuffer(HLERequestContext& ctx);
void AcquireCallerAppletCaptureSharedBuffer(HLERequestContext& ctx);
void ReleaseCallerAppletCaptureSharedBuffer(HLERequestContext& ctx);
};
@@ -345,6 +347,7 @@ private:
void GetLibraryAppletInfo(HLERequestContext& ctx);
void ExitProcessAndReturn(HLERequestContext& ctx);
void GetCallerAppletIdentityInfo(HLERequestContext& ctx);
+ void GetMainAppletAvailableUsers(HLERequestContext& ctx);
void PushInShowAlbum();
void PushInShowCabinetData();