ncm: Renamed the titleID field in NcmProgramLocation to program_id. Minor docs adjustment.

This commit is contained in:
yellows8 2019-10-28 02:21:23 -04:00
parent 9d7f968773
commit 4ecc597d0d
No known key found for this signature in database
GPG Key ID: 0AF90DA3F1E60E43

View File

@ -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;