service: jit: stub JIT service

This commit is contained in:
Liam
2022-04-06 14:46:21 -04:00
parent 37199c5f90
commit 0cfcee95c7
8 changed files with 88 additions and 1 deletions

View File

@ -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;