enable screenshot permissions in applet mode.

This commit is contained in:
ITotalJustice
2025-04-21 12:40:37 +01:00
parent 786f8a42fa
commit 60e915c255

View File

@@ -66,6 +66,9 @@ void userAppInit(void) {
if (R_FAILED(rc = ncmInitialize())) if (R_FAILED(rc = ncmInitialize()))
diagAbortWithResult(rc); diagAbortWithResult(rc);
// it doesn't matter if this fails.
appletSetScreenShotPermission(AppletScreenShotPermission_Enable);
log_nxlink_init(); log_nxlink_init();
} }