From 76e86a9a803781c84924349a55192d11495d7ca8 Mon Sep 17 00:00:00 2001 From: yellows8 Date: Sun, 8 Sep 2019 20:11:56 -0400 Subject: [PATCH] Updated the AlbumReportOption enum. --- nx/include/switch/services/caps.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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