aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/am/am.h
diff options
context:
space:
mode:
authorLiam <byteslice@airmail.cc>2022-04-06 14:46:21 -0400
committerLiam <byteslice@airmail.cc>2022-04-06 20:07:01 -0400
commit0cfcee95c7d13d6ea2d7c73c6f1b64a17ceb2aca (patch)
tree635c360c4efe908dc0e2187b054b3aa0fbd8d5f6 /src/core/hle/service/am/am.h
parent37199c5f90728f21f5475e409e2ec93901f2f73b (diff)
service: jit: stub JIT service
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 fdd937b82..11a3c0459 100644
--- a/src/core/hle/service/am/am.h
+++ b/src/core/hle/service/am/am.h
@@ -336,6 +336,7 @@ private:
void TryPopFromFriendInvitationStorageChannel(Kernel::HLERequestContext& ctx);
void GetNotificationStorageChannelEvent(Kernel::HLERequestContext& ctx);
void GetHealthWarningDisappearedSystemEvent(Kernel::HLERequestContext& ctx);
+ void PrepareForJit(Kernel::HLERequestContext& ctx);
KernelHelpers::ServiceContext service_context;