Updated nacp code for latest libnx.

This commit is contained in:
yellows8 2019-08-21 23:10:31 -04:00
parent ededd72fbf
commit 92a14f706e
No known key found for this signature in database
GPG Key ID: 0AF90DA3F1E60E43

View File

@ -202,7 +202,7 @@ static void getIsAutomaticGameplayRecording(void) {
nsExit();
}
if (R_SUCCEEDED(rc) && (((g_applicationControlData.nacp.x3034_unk >> 8) & 0xFF) == 2)) g_isAutomaticGameplayRecording = 1;
if (R_SUCCEEDED(rc) && g_applicationControlData.nacp.videoCaptureMode == 2) g_isAutomaticGameplayRecording = 1;
}
}