summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/aoc/aoc_u.h
diff options
context:
space:
mode:
authorZach Hilman <zachhilman@gmail.com>2018-09-27 14:59:50 +0200
committerZach Hilman <zachhilman@gmail.com>2018-10-01 03:01:35 +0200
commit7d86a008e219f37cd6fd58175ed6e4a0739e6ea5 (patch)
tree8dfdf30a3256750cb9baf648641b002cb420a330 /src/core/hle/service/aoc/aoc_u.h
parentaoc_u: Implement Count, List and Prepare AddOnContent (diff)
downloadyuzu-7d86a008e219f37cd6fd58175ed6e4a0739e6ea5.tar
yuzu-7d86a008e219f37cd6fd58175ed6e4a0739e6ea5.tar.gz
yuzu-7d86a008e219f37cd6fd58175ed6e4a0739e6ea5.tar.bz2
yuzu-7d86a008e219f37cd6fd58175ed6e4a0739e6ea5.tar.lz
yuzu-7d86a008e219f37cd6fd58175ed6e4a0739e6ea5.tar.xz
yuzu-7d86a008e219f37cd6fd58175ed6e4a0739e6ea5.tar.zst
yuzu-7d86a008e219f37cd6fd58175ed6e4a0739e6ea5.zip
Diffstat (limited to 'src/core/hle/service/aoc/aoc_u.h')
-rw-r--r--src/core/hle/service/aoc/aoc_u.h1
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;