Skip to content
Snippets Groups Projects
Commit 3f05b8fa authored by Narr the Reg's avatar Narr the Reg
Browse files

service: caps: Remove ambiguous call

parent 65d33008
No related branches found
No related tags found
No related merge requests found
......@@ -128,9 +128,9 @@ void IAlbumAccessorService::GetAlbumFileListEx0(HLERequestContext& ctx) {
ctx.WriteBuffer(entries);
}
IPC::ResponseBuilder rb{ctx, 3};
IPC::ResponseBuilder rb{ctx, 4};
rb.Push(result);
rb.Push(entries.size());
rb.Push<u64>(entries.size());
}
void IAlbumAccessorService::GetAutoSavingStorage(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