From 4746c749b6dae60d2e8044c04c0410dc67132245 Mon Sep 17 00:00:00 2001 From: HookedBehemoth Date: Fri, 24 Apr 2020 18:04:27 +0200 Subject: [PATCH] fix --- nx/source/services/capssc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/nx/source/services/capssc.c b/nx/source/services/capssc.c index aeada7a1..b8ccd551 100644 --- a/nx/source/services/capssc.c +++ b/nx/source/services/capssc.c @@ -50,6 +50,7 @@ Result capsscOpenRawScreenShotReadStream(u64 *out_size, u64 *out_width, u64 *out const struct { s32 layer_stack; u32 pad; + u64 timeout; } in = {layer_stack, 0, timeout}; struct {