summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/aoc/aoc_u.h
diff options
context:
space:
mode:
authormailwl <mailwl@gmail.com>2018-02-20 08:27:32 +0100
committermailwl <mailwl@gmail.com>2018-02-20 08:30:12 +0100
commit46931a95660e73acf971a26bb7f341af6e40d4c8 (patch)
treef1bed354e38edb1732f321ad471d7fe80a2cbefa /src/core/hle/service/aoc/aoc_u.h
parentMerge pull request #202 from bunnei/scheduler-cleanup (diff)
downloadyuzu-46931a95660e73acf971a26bb7f341af6e40d4c8.tar
yuzu-46931a95660e73acf971a26bb7f341af6e40d4c8.tar.gz
yuzu-46931a95660e73acf971a26bb7f341af6e40d4c8.tar.bz2
yuzu-46931a95660e73acf971a26bb7f341af6e40d4c8.tar.lz
yuzu-46931a95660e73acf971a26bb7f341af6e40d4c8.tar.xz
yuzu-46931a95660e73acf971a26bb7f341af6e40d4c8.tar.zst
yuzu-46931a95660e73acf971a26bb7f341af6e40d4c8.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 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.