mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 20:42:44 +02:00
vi: add ViPowerState_On_Deprecated enum entry (#318)
This commit is contained in:
parent
75c79e8d5e
commit
9049a12209
@ -45,9 +45,11 @@ typedef enum {
|
|||||||
|
|
||||||
/// Used with viSetDisplayPowerState.
|
/// Used with viSetDisplayPowerState.
|
||||||
typedef enum {
|
typedef enum {
|
||||||
ViPowerState_Off = 0,
|
ViPowerState_Off = 0, ///< Screen is off.
|
||||||
ViPowerState_NotScanning = 1,
|
ViPowerState_NotScanning = 1, ///< [3.0.0+] Screen is on, but not scanning content.
|
||||||
ViPowerState_On = 2,
|
ViPowerState_On = 2, ///< [3.0.0+] Screen is on.
|
||||||
|
|
||||||
|
ViPowerState_On_Deprecated = 1, ///< [1.0.0 - 2.3.0] Screen is on.
|
||||||
} ViPowerState;
|
} ViPowerState;
|
||||||
|
|
||||||
Result viInitialize(ViServiceType service_type);
|
Result viInitialize(ViServiceType service_type);
|
||||||
|
Loading…
Reference in New Issue
Block a user