enable screenshot permissions in applet mode.
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user