mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-23 05:12:39 +02:00
vi: Improve ViScalingMode enum
This commit is contained in:
parent
798d8ff50c
commit
7c01659953
@ -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