diff --git a/nx/include/switch/services/ncm_types.h b/nx/include/switch/services/ncm_types.h index 6b673f8e..26e57049 100644 --- a/nx/include/switch/services/ncm_types.h +++ b/nx/include/switch/services/ncm_types.h @@ -97,8 +97,14 @@ typedef struct { NcmContentInfo info; } NcmPackagedContentInfo; -/// Used by system updates. They share the exact same struct as NcmContentMetaKey -typedef NcmContentMetaKey NcmContentMetaInfo; +/// ContentMetaInfo +typedef struct { + u64 id; ///< Id. + u32 version; ///< Version. + u8 type; ///< \ref NcmContentMetaType + u8 attr; ///< \ref NcmContentMetaAttribute + u8 padding[2]; ///< Padding. +} NcmContentMetaInfo; /// ContentMetaHeader typedef struct {