From 25052190d240b31878ba177b7b8d0d8a7b9c82a4 Mon Sep 17 00:00:00 2001 From: yellows8 Date: Tue, 9 Oct 2018 11:25:25 -0400 Subject: [PATCH] Added comment regarding PlSharedFontType_NintendoExt. --- nx/include/switch/services/pl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx/include/switch/services/pl.h b/nx/include/switch/services/pl.h index fa016dba..e2735b74 100644 --- a/nx/include/switch/services/pl.h +++ b/nx/include/switch/services/pl.h @@ -14,7 +14,7 @@ typedef enum PlSharedFontType_ExtChineseSimplified = 2, ///< Extended Chinese Simplified PlSharedFontType_ChineseTraditional = 3, ///< Chinese Traditional PlSharedFontType_KO = 4, ///< Korean (Hangul) - PlSharedFontType_NintendoExt = 5, ///< Nintendo Extended + PlSharedFontType_NintendoExt = 5, ///< Nintendo Extended. This font only has the special Nintendo-specific characters, which aren't available with the other fonts. PlSharedFontType_Total, ///< Total fonts supported by this enum. } PlSharedFontType;