aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/aoc/aoc_u.h
diff options
context:
space:
mode:
authormailwl <mailwl@gmail.com>2018-02-20 10:27:32 +0300
committermailwl <mailwl@gmail.com>2018-02-20 10:30:12 +0300
commit46931a95660e73acf971a26bb7f341af6e40d4c8 (patch)
treef1bed354e38edb1732f321ad471d7fe80a2cbefa /src/core/hle/service/aoc/aoc_u.h
parent23fe6f5be33ecf329a95c6b0e5f7e4c75917cef9 (diff)
Service/AOC: stub ListAddOnContent function
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 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<AOC_U> {
public:
AOC_U();
~AOC_U() = default;
+
+private:
+ void ListAddOnContent(Kernel::HLERequestContext& ctx);
};
/// Registers all AOC services with the specified service manager.