Skip to content
Snippets Groups Projects
Commit 7e2096db authored by Zach Hilman's avatar Zach Hilman
Browse files

aoc: Return size in ListAddOnContent

parent 1584fb6b
No related branches found
No related tags found
No related merge requests found
......@@ -97,8 +97,9 @@ void AOC_U::ListAddOnContent(Kernel::HLERequestContext& ctx) {
ctx.WriteBuffer(out);
IPC::ResponseBuilder rb{ctx, 2};
IPC::ResponseBuilder rb{ctx, 3};
rb.Push(RESULT_SUCCESS);
rb.Push(count);
}
void AOC_U::GetAddOnContentBaseId(Kernel::HLERequestContext& ctx) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment