Use enum from latest libnx for appletSetScreenShotPermission.
This commit is contained in:
parent
3ceb44fd78
commit
f2e085b6be
@ -42,7 +42,7 @@ int main(int argc, char **argv)
|
||||
memset(errormsg, 0, sizeof(errormsg));
|
||||
|
||||
appletLockExit();
|
||||
appletSetScreenShotPermission(1);
|
||||
appletSetScreenShotPermission(AppletScreenShotPermission_Enable);
|
||||
|
||||
ColorSetId theme;
|
||||
rc = setsysInitialize();
|
||||
|
Loading…
Reference in New Issue
Block a user