summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/aoc/aoc_u.h
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2021-11-04 21:48:47 +0100
committerMorph <39850852+Morph1984@users.noreply.github.com>2021-11-04 21:48:47 +0100
commitef427e4cb06bb0e78862372f0fe2f5fcd81d8579 (patch)
tree5d05fc29b45328a68b68f7808a5bbfa71bc04f06 /src/core/hle/service/aoc/aoc_u.h
parentMerge pull request #7285 from german77/acc (diff)
downloadyuzu-ef427e4cb06bb0e78862372f0fe2f5fcd81d8579.tar
yuzu-ef427e4cb06bb0e78862372f0fe2f5fcd81d8579.tar.gz
yuzu-ef427e4cb06bb0e78862372f0fe2f5fcd81d8579.tar.bz2
yuzu-ef427e4cb06bb0e78862372f0fe2f5fcd81d8579.tar.lz
yuzu-ef427e4cb06bb0e78862372f0fe2f5fcd81d8579.tar.xz
yuzu-ef427e4cb06bb0e78862372f0fe2f5fcd81d8579.tar.zst
yuzu-ef427e4cb06bb0e78862372f0fe2f5fcd81d8579.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/aoc/aoc_u.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hle/service/aoc/aoc_u.h b/src/core/hle/service/aoc/aoc_u.h
index 31d645be8..88ac7b745 100644
--- a/src/core/hle/service/aoc/aoc_u.h
+++ b/src/core/hle/service/aoc/aoc_u.h
@@ -29,6 +29,8 @@ private:
void PrepareAddOnContent(Kernel::HLERequestContext& ctx);
void GetAddOnContentListChangedEvent(Kernel::HLERequestContext& ctx);
void GetAddOnContentListChangedEventWithProcessId(Kernel::HLERequestContext& ctx);
+ void NotifyMountAddOnContent(Kernel::HLERequestContext& ctx);
+ void CheckAddOnContentMountStatus(Kernel::HLERequestContext& ctx);
void CreateEcPurchasedEventManager(Kernel::HLERequestContext& ctx);
void CreatePermanentEcPurchasedEventManager(Kernel::HLERequestContext& ctx);