early-access version 3928

This commit is contained in:
pineappleEA
2023-10-12 23:03:15 +02:00
parent 7fe7262395
commit 4cbf93ea33
3 changed files with 8 additions and 3 deletions

View File

@@ -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) {