mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 12:32:40 +02:00
Updated the AlbumReportOption enum.
This commit is contained in:
parent
297f84c912
commit
76e86a9a80
@ -19,10 +19,8 @@ typedef enum {
|
|||||||
|
|
||||||
/// AlbumReportOption
|
/// AlbumReportOption
|
||||||
typedef enum {
|
typedef enum {
|
||||||
AlbumReportOption_Unknown0 = 0, ///< Unknown.
|
AlbumReportOption_Disable = 0, ///< Don't display the screenshot-taken Overlay-applet notification.
|
||||||
AlbumReportOption_Unknown1 = 1, ///< Unknown.
|
AlbumReportOption_Enable = 1, ///< Display the screenshot-taken Overlay notification.
|
||||||
AlbumReportOption_Unknown2 = 2, ///< Unknown.
|
|
||||||
AlbumReportOption_Unknown3 = 3, ///< Unknown.
|
|
||||||
} AlbumReportOption;
|
} AlbumReportOption;
|
||||||
|
|
||||||
/// ContentType
|
/// ContentType
|
||||||
|
Loading…
Reference in New Issue
Block a user