From 46931a95660e73acf971a26bb7f341af6e40d4c8 Mon Sep 17 00:00:00 2001 From: mailwl Date: Tue, 20 Feb 2018 10:27:32 +0300 Subject: Service/AOC: stub ListAddOnContent function --- src/core/hle/service/aoc/aoc_u.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/core/hle/service/aoc/aoc_u.h') diff --git a/src/core/hle/service/aoc/aoc_u.h b/src/core/hle/service/aoc/aoc_u.h index 0cbbf1e5d..4d6720a9d 100644 --- a/src/core/hle/service/aoc/aoc_u.h +++ b/src/core/hle/service/aoc/aoc_u.h @@ -13,6 +13,9 @@ class AOC_U final : public ServiceFramework { public: AOC_U(); ~AOC_U() = default; + +private: + void ListAddOnContent(Kernel::HLERequestContext& ctx); }; /// Registers all AOC services with the specified service manager. -- cgit v1.2.3