mirror of
https://github.com/switchbrew/libnx.git
synced 2025-08-07 08:39:24 +02:00
ncm: Renamed the titleID field in NcmProgramLocation to program_id. Minor docs adjustment.
This commit is contained in:
parent
9d7f968773
commit
4ecc597d0d
@ -85,7 +85,7 @@ typedef struct {
|
|||||||
|
|
||||||
/// ContentInfo
|
/// ContentInfo
|
||||||
typedef struct {
|
typedef struct {
|
||||||
NcmContentId content_id; ///< \ref NcmContentId
|
NcmContentId content_id; ///< \ref NcmContentId
|
||||||
u8 size[0x6]; ///< Content size.
|
u8 size[0x6]; ///< Content size.
|
||||||
u8 content_type; ///< \ref NcmContentType.
|
u8 content_type; ///< \ref NcmContentType.
|
||||||
u8 id_offset; ///< Offset of this content. Unused by most applications.
|
u8 id_offset; ///< Offset of this content. Unused by most applications.
|
||||||
@ -139,7 +139,7 @@ typedef struct {
|
|||||||
|
|
||||||
/// ProgramLocation
|
/// ProgramLocation
|
||||||
typedef struct {
|
typedef struct {
|
||||||
u64 titleID;
|
u64 program_id; ///< ProgramId
|
||||||
u8 storageID; ///< \ref FsStorageId
|
u8 storageID; ///< \ref FsStorageId
|
||||||
u8 pad[7];
|
u8 pad[7];
|
||||||
} NcmProgramLocation;
|
} NcmProgramLocation;
|
||||||
|
Loading…
Reference in New Issue
Block a user