aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/am/am.h
diff options
context:
space:
mode:
authorNarr the Reg <juangerman-13@hotmail.com>2023-09-28 23:01:25 -0600
committerNarr the Reg <juangerman-13@hotmail.com>2023-10-01 11:38:30 -0600
commitae5c134ac621c07d21eb7aec66de354792cee3ca (patch)
treeff7de0a2811b2d08dfac9af7ac55e2f4c63a48ed /src/core/hle/service/am/am.h
parent03d4fffc702a5f36b96c995d7f2073766131693c (diff)
service: am: Set push in arguments according to the launched applet
Diffstat (limited to 'src/core/hle/service/am/am.h')
-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 5b97eb5e3..10b79188f 100644
--- a/src/core/hle/service/am/am.h
+++ b/src/core/hle/service/am/am.h
@@ -311,6 +311,7 @@ private:
void ExitProcessAndReturn(HLERequestContext& ctx);
void GetCallerAppletIdentityInfo(HLERequestContext& ctx);
+ void PushInShowCabinetData();
void PushInShowMiiEditData();
std::deque<std::vector<u8>> queue_data;