From f2e085b6be411a25d3bda9b283767de5e1e9660d Mon Sep 17 00:00:00 2001 From: yellows8 Date: Sat, 13 Jul 2019 11:20:37 -0400 Subject: [PATCH] Use enum from latest libnx for appletSetScreenShotPermission. --- nx_main/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx_main/main.c b/nx_main/main.c index 4b2a2c4..25f0950 100644 --- a/nx_main/main.c +++ b/nx_main/main.c @@ -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();