mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-05 19:02:14 +02:00
vi: Improve ViScalingMode enum
This commit is contained in:
parent
7f26b2d4d6
commit
e3b6db0a84
@ -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