From f2c9ac93f0f9f9833dbfba9c3fa12026ec85fa23 Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Mon, 20 Apr 2020 09:46:29 -0700 Subject: [PATCH] address review commentary --- nx/include/switch/services/caps.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx/include/switch/services/caps.h b/nx/include/switch/services/caps.h index 5b31ea57..7604389b 100644 --- a/nx/include/switch/services/caps.h +++ b/nx/include/switch/services/caps.h @@ -72,7 +72,7 @@ typedef enum { /// ScreenShotDecodeOption typedef struct { - u64 flags; ///< Bitflags, see \ref CapsScreenShotDecoderFlag + u64 flags; ///< Bitflags, see \ref CapsScreenShotDecoderFlag. u64 reserved[0x3]; ///< Reserved. Unused by official sw. } CapsScreenShotDecodeOption;