diff --git a/nx/include/switch/services/caps.h b/nx/include/switch/services/caps.h index 04685c5d..85a88002 100644 --- a/nx/include/switch/services/caps.h +++ b/nx/include/switch/services/caps.h @@ -19,10 +19,8 @@ typedef enum { /// AlbumReportOption typedef enum { - AlbumReportOption_Unknown0 = 0, ///< Unknown. - AlbumReportOption_Unknown1 = 1, ///< Unknown. - AlbumReportOption_Unknown2 = 2, ///< Unknown. - AlbumReportOption_Unknown3 = 3, ///< Unknown. + AlbumReportOption_Disable = 0, ///< Don't display the screenshot-taken Overlay-applet notification. + AlbumReportOption_Enable = 1, ///< Display the screenshot-taken Overlay notification. } AlbumReportOption; /// ContentType