mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-04 18:42:15 +02:00
vi: add 3.0.0+ note to powerstate enum entries
This commit is contained in:
parent
6fa095a2cb
commit
47618cd4c5
@ -46,8 +46,8 @@ typedef enum {
|
|||||||
/// Used with viSetDisplayPowerState.
|
/// Used with viSetDisplayPowerState.
|
||||||
typedef enum {
|
typedef enum {
|
||||||
ViPowerState_Off = 0, ///< Screen is off.
|
ViPowerState_Off = 0, ///< Screen is off.
|
||||||
ViPowerState_NotScanning = 1, ///< Screen is on, but not scanning content.
|
ViPowerState_NotScanning = 1, ///< [3.0.0+] Screen is on, but not scanning content.
|
||||||
ViPowerState_On = 2, ///< Screen is on.
|
ViPowerState_On = 2, ///< [3.0.0+] Screen is on.
|
||||||
|
|
||||||
ViPowerState_On_Deprecated = 1, ///< [1.0.0 - 2.3.0] Screen is on.
|
ViPowerState_On_Deprecated = 1, ///< [1.0.0 - 2.3.0] Screen is on.
|
||||||
} ViPowerState;
|
} ViPowerState;
|
||||||
|
Loading…
Reference in New Issue
Block a user