summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/aoc/aoc_u.h
diff options
context:
space:
mode:
authorFernando S <fsahmkow27@gmail.com>2021-11-05 00:26:10 +0100
committerGitHub <noreply@github.com>2021-11-05 00:26:10 +0100
commit3ceefc64f10c89bff7b2a5b20d3bb4818572073f (patch)
treea5eca3e1a27e01eafb9dcbb7ee9210edead1f8d4 /src/core/hle/service/aoc/aoc_u.h
parentMerge pull request #7282 from ameerj/core-includes (diff)
parentservice: aoc: Stub NotifyUnmountAddOnContent (diff)
downloadyuzu-3ceefc64f10c89bff7b2a5b20d3bb4818572073f.tar
yuzu-3ceefc64f10c89bff7b2a5b20d3bb4818572073f.tar.gz
yuzu-3ceefc64f10c89bff7b2a5b20d3bb4818572073f.tar.bz2
yuzu-3ceefc64f10c89bff7b2a5b20d3bb4818572073f.tar.lz
yuzu-3ceefc64f10c89bff7b2a5b20d3bb4818572073f.tar.xz
yuzu-3ceefc64f10c89bff7b2a5b20d3bb4818572073f.tar.zst
yuzu-3ceefc64f10c89bff7b2a5b20d3bb4818572073f.zip
Diffstat (limited to 'src/core/hle/service/aoc/aoc_u.h')
-rw-r--r--src/core/hle/service/aoc/aoc_u.h3
1 files changed, 3 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..4b5f7c5f2 100644
--- a/src/core/hle/service/aoc/aoc_u.h
+++ b/src/core/hle/service/aoc/aoc_u.h
@@ -29,6 +29,9 @@ private:
void PrepareAddOnContent(Kernel::HLERequestContext& ctx);
void GetAddOnContentListChangedEvent(Kernel::HLERequestContext& ctx);
void GetAddOnContentListChangedEventWithProcessId(Kernel::HLERequestContext& ctx);
+ void NotifyMountAddOnContent(Kernel::HLERequestContext& ctx);
+ void NotifyUnmountAddOnContent(Kernel::HLERequestContext& ctx);
+ void CheckAddOnContentMountStatus(Kernel::HLERequestContext& ctx);
void CreateEcPurchasedEventManager(Kernel::HLERequestContext& ctx);
void CreatePermanentEcPurchasedEventManager(Kernel::HLERequestContext& ctx);