mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 20:42:44 +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
|
||||
typedef struct {
|
||||
u64 title_id; ///< Title id.
|
||||
u64 id; ///< Id.
|
||||
u32 version; ///< Title version.
|
||||
u8 type; ///< \ref NcmContentMetaType
|
||||
u8 install_type; ///< \ref NcmContentInstallType
|
||||
|
Loading…
Reference in New Issue
Block a user