Use applet exit-locking.

This commit is contained in:
yellows8 2018-10-25 13:28:19 -04:00
parent 8888bff85f
commit 35f48a59d0

View File

@ -36,6 +36,7 @@ int main(int argc, char **argv)
memset(errormsg, 0, sizeof(errormsg));
appletLockExit();
appletSetScreenShotPermission(1);
ColorSetId theme;
@ -180,6 +181,8 @@ int main(int argc, char **argv)
plExit();
setsysExit();
appletUnlockExit();
return 0;
}