summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/am.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2020-11-25 00:17:43 +0100
committerbunnei <bunneidev@gmail.com>2020-11-25 00:17:43 +0100
commit4fb5ca80c051c0e560bda5854eaf778636cceefd (patch)
tree1fe1efc4a25c5dfd7e59dd4a19b0bcd12b485869 /src/core/hle/service/am/am.h
parentcore: loader: Implement support for loading indexed programs. (diff)
downloadyuzu-4fb5ca80c051c0e560bda5854eaf778636cceefd.tar
yuzu-4fb5ca80c051c0e560bda5854eaf778636cceefd.tar.gz
yuzu-4fb5ca80c051c0e560bda5854eaf778636cceefd.tar.bz2
yuzu-4fb5ca80c051c0e560bda5854eaf778636cceefd.tar.lz
yuzu-4fb5ca80c051c0e560bda5854eaf778636cceefd.tar.xz
yuzu-4fb5ca80c051c0e560bda5854eaf778636cceefd.tar.zst
yuzu-4fb5ca80c051c0e560bda5854eaf778636cceefd.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 09c2d05bc..af97c303a 100644
--- a/src/core/hle/service/am/am.h
+++ b/src/core/hle/service/am/am.h
@@ -287,6 +287,9 @@ private:
void SetApplicationCopyrightVisibility(Kernel::HLERequestContext& ctx);
void QueryApplicationPlayStatistics(Kernel::HLERequestContext& ctx);
void QueryApplicationPlayStatisticsByUid(Kernel::HLERequestContext& ctx);
+ void ExecuteProgram(Kernel::HLERequestContext& ctx);
+ void ClearUserChannel(Kernel::HLERequestContext& ctx);
+ void UnpopToUserChannel(Kernel::HLERequestContext& ctx);
void GetPreviousProgramIndex(Kernel::HLERequestContext& ctx);
void GetGpuErrorDetectedSystemEvent(Kernel::HLERequestContext& ctx);
void GetFriendInvitationStorageChannelEvent(Kernel::HLERequestContext& ctx);