diff options
| author | Zach Hilman <zachhilman@gmail.com> | 2018-09-27 08:59:50 -0400 |
|---|---|---|
| committer | Zach Hilman <zachhilman@gmail.com> | 2018-09-30 21:01:35 -0400 |
| commit | 7d86a008e219f37cd6fd58175ed6e4a0739e6ea5 (patch) | |
| tree | 8dfdf30a3256750cb9baf648641b002cb420a330 /src/core/hle/service/aoc/aoc_u.h | |
| parent | 62225ae050f0e3c0eee4eb691021cd4825efbed0 (diff) | |
aoc_u: Implement GetAddOnContentBaseId
Command #5
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 61e2ec75d..b3c7cab7a 100644 --- a/src/core/hle/service/aoc/aoc_u.h +++ b/src/core/hle/service/aoc/aoc_u.h @@ -16,6 +16,7 @@ public: private: void CountAddOnContent(Kernel::HLERequestContext& ctx); void ListAddOnContent(Kernel::HLERequestContext& ctx); + void GetAddOnContentBaseId(Kernel::HLERequestContext& ctx); void PrepareAddOnContent(Kernel::HLERequestContext& ctx); std::vector<u64> add_on_content; |
