Removed 3.0.0 comment from app_controldata example since latest libnx supports it now.

This commit is contained in:
yellows8 2018-04-15 22:14:23 -04:00
parent 4f33268490
commit edebdf9071

View File

@ -5,7 +5,6 @@
#include <switch.h> #include <switch.h>
//This example shows how to get NsApplicationControlData for a title, which contains nacp/icon. See libnx ns.h. //This example shows how to get NsApplicationControlData for a title, which contains nacp/icon. See libnx ns.h.
//TODO: libnx ns impl doesn't support >=3.0.0 currently.
int main(int argc, char **argv) int main(int argc, char **argv)
{ {