diff options
| author | bunnei <bunneidev@gmail.com> | 2018-02-23 21:09:56 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-23 21:09:56 -0800 |
| commit | c45173c9a64d9f2e4430ee5f2463a1db8351c722 (patch) | |
| tree | 16c49a79d6d8408fb36266fe63d0bf00ec6af25d /src/core/hle/service/aoc/aoc_u.h | |
| parent | 32c509b82d69cc0eb1531ec526690c64474722b8 (diff) | |
| parent | e4f94ee30bce782eb9a02cd988a9325a9f97e0d6 (diff) | |
Merge pull request #212 from mailwl/stubs
Stub some 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); }; |
