From 6017cba0430272d325b35d2d63b8dd53651d3182 Mon Sep 17 00:00:00 2001 From: yellows8 Date: Tue, 13 Aug 2019 12:48:07 -0400 Subject: [PATCH] Added comment for NacpStruct. --- nx/include/switch/nacp.h | 1 + 1 file changed, 1 insertion(+) diff --git a/nx/include/switch/nacp.h b/nx/include/switch/nacp.h index 48fee47c..026faaa8 100644 --- a/nx/include/switch/nacp.h +++ b/nx/include/switch/nacp.h @@ -12,6 +12,7 @@ typedef struct { char author[0x100]; } NacpLanguageEntry; +/// ns ApplicationControlProperty typedef struct { NacpLanguageEntry lang[16];