mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-22 13:02:38 +02:00
Updated CapsAlbumFileDateTime. Updated docs.
This commit is contained in:
parent
eeabd3bed0
commit
7d08c7cc7c
@ -25,6 +25,7 @@ typedef enum {
|
|||||||
AlbumReportOption_Unknown3 = 3, ///< Unknown.
|
AlbumReportOption_Unknown3 = 3, ///< Unknown.
|
||||||
} AlbumReportOption;
|
} AlbumReportOption;
|
||||||
|
|
||||||
|
/// ScreenShotAttribute
|
||||||
typedef struct {
|
typedef struct {
|
||||||
u32 unk_x0; ///< Always set to 0 by official sw.
|
u32 unk_x0; ///< Always set to 0 by official sw.
|
||||||
u32 orientation; ///< \ref AlbumImageOrientation
|
u32 orientation; ///< \ref AlbumImageOrientation
|
||||||
@ -33,7 +34,7 @@ typedef struct {
|
|||||||
u8 unk_x10[0x30]; ///< Always set to 0 by official sw.
|
u8 unk_x10[0x30]; ///< Always set to 0 by official sw.
|
||||||
} CapsScreenShotAttribute;
|
} CapsScreenShotAttribute;
|
||||||
|
|
||||||
/// AlbumFileDateTime. This corresponds to each field in the Album entry filename, prior to the "-".
|
/// AlbumFileDateTime. This corresponds to each field in the Album entry filename, prior to the "-": "YYYYMMDDHHMMSSII".
|
||||||
typedef struct {
|
typedef struct {
|
||||||
u16 year; ///< Year.
|
u16 year; ///< Year.
|
||||||
u8 month; ///< Month.
|
u8 month; ///< Month.
|
||||||
@ -41,7 +42,7 @@ typedef struct {
|
|||||||
u8 hour; ///< Hour.
|
u8 hour; ///< Hour.
|
||||||
u8 minute; ///< Minute.
|
u8 minute; ///< Minute.
|
||||||
u8 second; ///< Second.
|
u8 second; ///< Second.
|
||||||
u8 unk_x7; ///< Unknown.
|
u8 id; ///< Unique ID for when there's multiple Album files with the same timestamp.
|
||||||
} CapsAlbumFileDateTime;
|
} CapsAlbumFileDateTime;
|
||||||
|
|
||||||
/// AlbumEntryId
|
/// AlbumEntryId
|
||||||
|
Loading…
Reference in New Issue
Block a user