mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-06 11:22:15 +02:00
vi: Improve ViScalingMode enum
This commit is contained in:
parent
7f26b2d4d6
commit
e3b6db0a84
@ -36,7 +36,11 @@ typedef enum {
|
|||||||
|
|
||||||
/// Used with viSetLayerScalingMode.
|
/// Used with viSetLayerScalingMode.
|
||||||
typedef enum {
|
typedef enum {
|
||||||
ViScalingMode_Default = 0x2,
|
ViScalingMode_None = 0x0,
|
||||||
|
ViScalingMode_FitToLayer = 0x2,
|
||||||
|
ViScalingMode_PreserveAspectRatio = 0x4,
|
||||||
|
|
||||||
|
ViScalingMode_Default = ViScalingMode_FitToLayer,
|
||||||
} ViScalingMode;
|
} ViScalingMode;
|
||||||
|
|
||||||
/// Used with viSetDisplayPowerState.
|
/// Used with viSetDisplayPowerState.
|
||||||
|
Loading…
Reference in New Issue
Block a user