diff options
| author | mailwl <mailwl@gmail.com> | 2018-02-22 17:28:15 +0300 |
|---|---|---|
| committer | mailwl <mailwl@gmail.com> | 2018-02-22 17:28:15 +0300 |
| commit | e4f94ee30bce782eb9a02cd988a9325a9f97e0d6 (patch) | |
| tree | 9aff20e8bc3f135eb4df6275347ec5ec43923d7d /src/core/hle/service/aoc/aoc_u.h | |
| parent | 910198a29a7d9679d4286a337aa223543545e798 (diff) | |
Stub more functions
Diffstat (limited to 'src/core/hle/service/aoc/aoc_u.h')
| -rw-r--r-- | src/core/hle/service/aoc/aoc_u.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/aoc/aoc_u.h b/src/core/hle/service/aoc/aoc_u.h index 4d6720a9d..6e0ba15a5 100644 --- a/src/core/hle/service/aoc/aoc_u.h +++ b/src/core/hle/service/aoc/aoc_u.h @@ -15,6 +15,7 @@ public: ~AOC_U() = default; private: + void CountAddOnContent(Kernel::HLERequestContext& ctx); void ListAddOnContent(Kernel::HLERequestContext& ctx); }; |
