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));
|
memset(errormsg, 0, sizeof(errormsg));
|
||||||
|
|
||||||
appletLockExit();
|
appletLockExit();
|
||||||
appletSetScreenShotPermission(1);
|
appletSetScreenShotPermission(AppletScreenShotPermission_Enable);
|
||||||
|
|
||||||
ColorSetId theme;
|
ColorSetId theme;
|
||||||
rc = setsysInitialize();
|
rc = setsysInitialize();
|
||||||
|
Loading…
Reference in New Issue
Block a user