Use enum from latest libnx for appletSetScreenShotPermission.

This commit is contained in:
yellows8 2019-07-13 11:20:37 -04:00
parent 3ceb44fd78
commit f2e085b6be
No known key found for this signature in database
GPG Key ID: 0AF90DA3F1E60E43

View File

@ -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();