This commit is contained in:
HookedBehemoth 2020-04-24 18:04:27 +02:00
parent cb0a487d3d
commit 4746c749b6

View File

@ -50,6 +50,7 @@ Result capsscOpenRawScreenShotReadStream(u64 *out_size, u64 *out_width, u64 *out
const struct { const struct {
s32 layer_stack; s32 layer_stack;
u32 pad; u32 pad;
u64 timeout;
} in = {layer_stack, 0, timeout}; } in = {layer_stack, 0, timeout};
struct { struct {