mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-04 02:22:15 +02:00
caps: add comments
This commit is contained in:
parent
54a0b3d53f
commit
72369ba36f
@ -65,9 +65,9 @@ typedef struct {
|
|||||||
|
|
||||||
/// ScreenShotDecoderFlag
|
/// ScreenShotDecoderFlag
|
||||||
typedef enum {
|
typedef enum {
|
||||||
CapsScreenShotDecoderFlag_None = 0,
|
CapsScreenShotDecoderFlag_None = 0, ///< No special processing.
|
||||||
CapsScreenShotDecoderFlag_EnableFancyUpsampling = BIT(0),
|
CapsScreenShotDecoderFlag_EnableFancyUpsampling = BIT(0), ///< See libjpeg-turbo do_fancy_upsampling.
|
||||||
CapsScreenShotDecoderFlag_EnableBlockSmoothing = BIT(1),
|
CapsScreenShotDecoderFlag_EnableBlockSmoothing = BIT(1), ///< See libjpeg-turbo do_block_smoothing.
|
||||||
} CapsScreenShotDecoderFlag;
|
} CapsScreenShotDecoderFlag;
|
||||||
|
|
||||||
/// ScreenShotDecodeOption
|
/// ScreenShotDecodeOption
|
||||||
|
Loading…
Reference in New Issue
Block a user