mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-22 04:52:39 +02:00
NcmContentMetaKey title_id field renamed to id.
This commit is contained in:
parent
622c0509a5
commit
9d7f968773
@ -70,7 +70,7 @@ typedef struct {
|
|||||||
|
|
||||||
/// ContentMetaKey
|
/// ContentMetaKey
|
||||||
typedef struct {
|
typedef struct {
|
||||||
u64 title_id; ///< Title id.
|
u64 id; ///< Id.
|
||||||
u32 version; ///< Title version.
|
u32 version; ///< Title version.
|
||||||
u8 type; ///< \ref NcmContentMetaType
|
u8 type; ///< \ref NcmContentMetaType
|
||||||
u8 install_type; ///< \ref NcmContentInstallType
|
u8 install_type; ///< \ref NcmContentInstallType
|
||||||
|
Loading…
Reference in New Issue
Block a user