summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/aoc/aoc_u.h
diff options
context:
space:
mode:
authorZach Hilman <zachhilman@gmail.com>2018-10-20 03:21:30 +0200
committerZach Hilman <zachhilman@gmail.com>2018-10-20 03:21:37 +0200
commit7e0d2fc9943d9ec395fe59132b1c6ef023474c55 (patch)
tree2963a9e0849c49a1fd2e5e3c942a960c3559c50d /src/core/hle/service/aoc/aoc_u.h
parentMerge pull request #1525 from ogniK5377/block-home (diff)
downloadyuzu-7e0d2fc9943d9ec395fe59132b1c6ef023474c55.tar
yuzu-7e0d2fc9943d9ec395fe59132b1c6ef023474c55.tar.gz
yuzu-7e0d2fc9943d9ec395fe59132b1c6ef023474c55.tar.bz2
yuzu-7e0d2fc9943d9ec395fe59132b1c6ef023474c55.tar.lz
yuzu-7e0d2fc9943d9ec395fe59132b1c6ef023474c55.tar.xz
yuzu-7e0d2fc9943d9ec395fe59132b1c6ef023474c55.tar.zst
yuzu-7e0d2fc9943d9ec395fe59132b1c6ef023474c55.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 b3c7cab7a..68d94fdaa 100644
--- a/src/core/hle/service/aoc/aoc_u.h
+++ b/src/core/hle/service/aoc/aoc_u.h
@@ -18,8 +18,10 @@ private:
void ListAddOnContent(Kernel::HLERequestContext& ctx);
void GetAddOnContentBaseId(Kernel::HLERequestContext& ctx);
void PrepareAddOnContent(Kernel::HLERequestContext& ctx);
+ void GetAddOnContentListChangedEvent(Kernel::HLERequestContext& ctx);
std::vector<u64> add_on_content;
+ Kernel::SharedPtr<Kernel::Event> aoc_change_event;
};
/// Registers all AOC services with the specified service manager.