From 7caa1773539991feb9cdff091275a532385945fa Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Tue, 22 Sep 2020 14:40:49 -0700 Subject: [PATCH] support automatic recording games on 4.0.0-4.1.0 --- source/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/main.c b/source/main.c index 2b3b804..f9a14c7 100644 --- a/source/main.c +++ b/source/main.c @@ -198,7 +198,7 @@ static void getIsApplication(void) { //Gets the control.nacp for the current title id, and then sets g_isAutomaticGameplayRecording if less memory should be allocated. static void getIsAutomaticGameplayRecording(void) { - if (hosversionAtLeast(5,0,0) && g_isApplication) { + if (hosversionAtLeast(4,0,0) && g_isApplication) { Result rc=0; u64 cur_tid=0;