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