From 721fa9b52560d3f60c835705870f2c27afb4ccce Mon Sep 17 00:00:00 2001 From: borntohonk Date: Sun, 26 Apr 2020 14:16:45 +0200 Subject: [PATCH] Update nacp reference to reflect on libnx changes in libnx commit 20fd5bb9a21cd0c8bcea0cc7cc84640f8de714e6 --- source/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/main.c b/source/main.c index aa13885..2b3b804 100644 --- a/source/main.c +++ b/source/main.c @@ -215,7 +215,7 @@ static void getIsAutomaticGameplayRecording(void) { nsExit(); } - if (R_SUCCEEDED(rc) && g_applicationControlData.nacp.video_capture_mode == 2) g_isAutomaticGameplayRecording = 1; + if (R_SUCCEEDED(rc) && g_applicationControlData.nacp.video_capture == 2) g_isAutomaticGameplayRecording = 1; } }