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;