mirror of
https://github.com/switchbrew/libnx.git
synced 2025-08-06 16:19:25 +02:00
ncm_types: rename content_accessibility_individual
This commit is contained in:
parent
7090b3b331
commit
a6fcc450b5
@ -138,7 +138,7 @@ typedef struct {
|
||||
typedef struct {
|
||||
u64 application_id; ///< ApplicationId of this add-on-content's corresponding application.
|
||||
u32 required_application_version; ///< Version of the application required by this add-on-content.
|
||||
u8 content_accessibility_individual; ///< ContentAccessibilityIndividual.
|
||||
u8 content_accessibilities; ///< Content accessibilities.
|
||||
u8 padding[3]; ///< Padding.
|
||||
u64 data_patch_id; ///< DataPatchId of this add-on-content's corresponding data patch.
|
||||
} NcmAddOnContentMetaExtendedHeader;
|
||||
|
Loading…
Reference in New Issue
Block a user