summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/aoc/aoc_u.h
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2020-12-08 15:10:31 +0100
committerMorph <39850852+Morph1984@users.noreply.github.com>2020-12-08 19:39:07 +0100
commit009bdb3558a1b4c0b08d532b61fc2b34076cc824 (patch)
treef7173e7d8d6fa578f3cb4349f25583f0c6b6dc2e /src/core/hle/service/aoc/aoc_u.h
parentMerge pull request #5156 from comex/xx-raws (diff)
downloadyuzu-009bdb3558a1b4c0b08d532b61fc2b34076cc824.tar
yuzu-009bdb3558a1b4c0b08d532b61fc2b34076cc824.tar.gz
yuzu-009bdb3558a1b4c0b08d532b61fc2b34076cc824.tar.bz2
yuzu-009bdb3558a1b4c0b08d532b61fc2b34076cc824.tar.lz
yuzu-009bdb3558a1b4c0b08d532b61fc2b34076cc824.tar.xz
yuzu-009bdb3558a1b4c0b08d532b61fc2b34076cc824.tar.zst
yuzu-009bdb3558a1b4c0b08d532b61fc2b34076cc824.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 7628f4568..26ee51be0 100644
--- a/src/core/hle/service/aoc/aoc_u.h
+++ b/src/core/hle/service/aoc/aoc_u.h
@@ -27,6 +27,8 @@ private:
void GetAddOnContentBaseId(Kernel::HLERequestContext& ctx);
void PrepareAddOnContent(Kernel::HLERequestContext& ctx);
void GetAddOnContentListChangedEvent(Kernel::HLERequestContext& ctx);
+ void CreateEcPurchasedEventManager(Kernel::HLERequestContext& ctx);
+ void CreatePermanentEcPurchasedEventManager(Kernel::HLERequestContext& ctx);
std::vector<u64> add_on_content;
Kernel::EventPair aoc_change_event;