Changes

Jump to navigation Jump to search
7,553 bytes added ,  16:12, 6 April 2021
no edit summary
Line 2: Line 2:     
= caps:sc =
 
= caps:sc =
This is "nn::capsrv::sf::IScreenShotControlService". This is available with [2.0.0+].
+
This is "nn::capsrv::sf::IScreenShotControlService".
 +
 
 +
This was added with [2.0.0+].
    
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
|-
 
|-
! Cmd || Name || Notes
+
! Cmd || Name
 
|-
 
|-
| 1 || ||
+
| 1 || [[#CaptureRawImage]]
 
|-
 
|-
| 2 || ||
+
| 2 || [[#CaptureRawImageWithTimeout]]
 
|-
 
|-
| 3 || [5.0.0+] ? || Takes a total of 8-bytes of input, no output.
+
| 3 || [5.0.0+] [[#AttachSharedBuffer]]
 
|-
 
|-
| 5 || [5.0.0+] ? || Takes a total of 0x10-bytes of input, no output.
+
| 5 || [5.0.0+] [[#CaptureRawImageToAttachedSharedBuffer]]
 
|-
 
|-
| 210 || [6.0.0+] ? || Takes a total of 0x50-bytes of input, a type-0x15 input buffer, and a type-0x45 input buffer, returns a total of 0x20-bytes of output.
+
| 210 || [6.0.0+]
 
|-
 
|-
| [2.0.0-4.1.0] 1001 || || Takes a total of 0x10-bytes of input, no output.
+
| [2.0.0-4.1.0] 1001 || [[#RequestTakingScreenShot]]
 
|-
 
|-
| [2.0.0-4.1.0] 1002 || || Takes a total of 0x18-bytes of input, no output.
+
| [2.0.0-4.1.0] 1002 || [[#RequestTakingScreenShotWithTimeout]]
 
|-
 
|-
| [3.0.0-4.1.0] 1003 || || Takes a total of 0x58-bytes of input, no output.
+
| [3.0.0-4.1.0] 1003 || [[#RequestTakingScreenShotEx]]
 
|-
 
|-
| 1004 || [5.0.0+] ? || Takes a total of 0x60-bytes of input, no output. [6.0.0+]: In addition, this also takes a type-0x15 input buffer.
+
| 1004 || [5.0.0+] [[#RequestTakingScreenShotEx1]]
 
|-
 
|-
| 1009 || [5.0.0+] ? || Takes a total of 0x10-bytes of input, no output.
+
| 1009 || [5.0.0+] [[#CancelTakingScreenShot]]
 
|-
 
|-
| 1010 || [5.0.0+] ? || Takes a total of 0x10-bytes of input, no output.
+
| 1010 || [5.0.0+] [[#SetTakingScreenShotCancelState]]
 
|-
 
|-
| 1011 || || Takes a total of 8-bytes of input, no output.
+
| 1011 || [[#NotifyTakingScreenShotRefused]]
 
|-
 
|-
| 1012 || || Takes a total of 8-bytes of input, no output.
+
| 1012 || [[#NotifyTakingScreenShotFailed]]
 
|-
 
|-
| 1101 || [4.0.0+] ? ||
+
| 1101 || [4.0.0+] [[#SetupOverlayMovieThumbnail]]
 
|-
 
|-
| 1106 || [4.0.0+] ? ||
+
| 1106 || [4.0.0+]
 
|-
 
|-
| 1107 || [4.0.0+] ? ||
+
| 1107 || [4.0.0+]
 
|-
 
|-
| 1201 || [3.0.0+] ? || Takes a total of 0x10-bytes of input, returns a total of 0x18-bytes of output.
+
| 1201 || [3.0.0+] [[#OpenRawScreenShotReadStream]]
 
|-
 
|-
| 1202 || [3.0.0+] ? || No input/output.
+
| 1202 || [3.0.0+] [[#CloseRawScreenShotReadStream]]
 
|-
 
|-
| 1203 || [3.0.0+] ? || Takes a total of 8-bytes of input and a type-0x6 output buffer, returns a total of 8-bytes of output.
+
| 1203 || [3.0.0+] [[#ReadRawScreenShotReadStream]]
 +
|-
 +
| 1204 || [9.0.0+]
 
|}
 
|}
  −
* cmd210: User-processes use hard-coded size 0x88 for the type-0x15 buffer.
  −
* cmd1106/1107: User-processes use hard-coded sizes 0x400 and 0x404 for the first/second type-0x15 buffers.
  −
* cmd1201/1202/1203: These are only usable when the previously loaded value from [[Settings_services|set:sys GetDebugModeFlag]] is set.
      
The only caps:sc commands used by [[GRC_services|GRC]] are: 1101, 1106, and 1107.
 
The only caps:sc commands used by [[GRC_services|GRC]] are: 1101, 1106, and 1107.
   −
[8.0.0+] Cmd210 and cmd1004 now takes an additional type-0x15 input buffer.
+
== CaptureRawImage ==
 
  −
== Cmd1 ==
   
Takes a type-0x46 output buffer, an input u32 '''layer_stack''', two input u64s '''width'''/'''height''', an input s64 '''buffer_count''', and an input s64 '''buffer_index'''.
 
Takes a type-0x46 output buffer, an input u32 '''layer_stack''', two input u64s '''width'''/'''height''', an input s64 '''buffer_count''', and an input s64 '''buffer_index'''.
   Line 68: Line 66:  
Stubbed with [5.0.0+], where it now returns error 0x7FECE.
 
Stubbed with [5.0.0+], where it now returns error 0x7FECE.
   −
== Cmd2 ==
+
== CaptureRawImageWithTimeout ==
Calls the same internal func as cmd1, where the last param is an additional cmd input u64 instead of hard-coded value 0x5f5e100.
+
Calls the same internal func as [[#CaptureRawImage]], where the last param is an additional cmd input u64 instead of hard-coded value 0x5f5e100.
    
Stubbed with [5.0.0+], where it now returns error 0x7FECE.
 
Stubbed with [5.0.0+], where it now returns error 0x7FECE.
   −
== Cmd1101 ==
+
== AttachSharedBuffer ==
 +
Takes a total of 8-bytes of input. No output.
 +
 
 +
== CaptureRawImageToAttachedSharedBuffer ==
 +
Takes a total of 0x10-bytes of input. No output.
 +
 
 +
== Cmd210 ==
 +
Takes a total of 0x50-bytes of input, a type-0x15 input buffer, and a type-0x45 input buffer, returns a total of 0x20-bytes of output.
 +
 
 +
User-processes use hard-coded size 0x88 for the type-0x15 buffer.
 +
 
 +
[8.0.0+] Now takes an additional type-0x15 input buffer.
 +
 
 +
== RequestTakingScreenShot ==
 +
Takes a total of 0x10-bytes of input. No output.
 +
 
 +
== RequestTakingScreenShotWithTimeout ==
 +
Takes a total of 0x18-bytes of input. No output.
 +
 
 +
== RequestTakingScreenShotEx ==
 +
Takes a total of 0x58-bytes of input. No output.
 +
 
 +
== RequestTakingScreenShotEx1 ==
 +
Takes a total of 0x60-bytes of input. No output.
 +
 
 +
[6.0.0+] In addition, this also takes a type-0x15 input buffer.
 +
 
 +
[8.0.0+] Now takes an additional type-0x15 input buffer.
 +
 
 +
[11.0.0+] Now takes an additional 8-bytes of input.
 +
 
 +
== CancelTakingScreenShot ==
 +
Takes a total of 0x10-bytes of input. No output.
 +
 
 +
== SetTakingScreenShotCancelState ==
 +
Takes a total of 0x10-bytes of input. No output.
 +
 
 +
== NotifyTakingScreenShotRefused ==
 +
Takes a total of 8-bytes of input. No output.
 +
 
 +
== NotifyTakingScreenShotFailed ==
 +
Takes a total of 8-bytes of input. No output.
 +
 
 +
== SetupOverlayMovieThumbnail ==
 
Takes two input u64s '''width'''/'''height''', a 0x18-byte input struct, and two type-0x46 output buffers.
 
Takes two input u64s '''width'''/'''height''', a 0x18-byte input struct, and two type-0x46 output buffers.
   Line 85: Line 126:  
Takes a 0x40-byte input struct, two input u64s '''width'''/'''height''', a 0x18-byte input struct, two type-0x15 input buffers, a type-0x6 output buffer, and two type-0x46 output buffers, returns 3 output u64s.
 
Takes a 0x40-byte input struct, two input u64s '''width'''/'''height''', a 0x18-byte input struct, two type-0x15 input buffers, a type-0x6 output buffer, and two type-0x46 output buffers, returns 3 output u64s.
   −
'''width'''/'''height''' have same requirements as [[#Cmd1101]]. The size of the type-0x6 buffer must be at least 0x7D000. The requirements for the type-0x46 buffers are the same as [[#Cmd1101]].
+
'''width'''/'''height''' have same requirements as [[#SetupOverlayMovieThumbnail]]. The size of the type-0x6 buffer must be at least 0x7D000. The requirements for the type-0x46 buffers are the same as [[#SetupOverlayMovieThumbnail]].
 +
 
 +
User-processes use hard-coded sizes 0x400 and 0x404 for the first/second type-0x15 buffers.
 +
 
 +
[5.0.0+] Now takes a total of 0x68-bytes of input instead of 0x30.
    
== Cmd1107 ==
 
== Cmd1107 ==
 
Takes a 0x40-byte input struct, two input u64s '''width'''/'''height''', a 0x18-byte input struct, two type-0x15 input buffers, a type-0x6 output buffer, and a type-0x45 input buffer, returns 3 output u64s.
 
Takes a 0x40-byte input struct, two input u64s '''width'''/'''height''', a 0x18-byte input struct, two type-0x15 input buffers, a type-0x6 output buffer, and a type-0x45 input buffer, returns 3 output u64s.
   −
'''width'''/'''height''' have same requirements as [[#Cmd1101]]. The size of the type-0x6 buffer must be at least 0x7D000. The size of the type-0x45 buffer must be at least 0x384000.
+
'''width'''/'''height''' have same requirements as [[#SetupOverlayMovieThumbnail]]. The size of the type-0x6 buffer must be at least 0x7D000. The size of the type-0x45 buffer must be at least 0x384000.
 +
 
 +
User-processes use hard-coded sizes 0x400 and 0x404 for the first/second type-0x15 buffers.
 +
 
 +
[5.0.0+] Now takes a total of 0x68-bytes of input instead of 0x30.
 +
 
 +
== OpenRawScreenShotReadStream ==
 +
Takes a total of 0x10-bytes of input. Returns a total of 0x18-bytes of output.
 +
 
 +
Only usable when the previously loaded value from [[Settings_services|set:sys GetDebugModeFlag]] is set.
 +
 
 +
== CloseRawScreenShotReadStream ==
 +
No input/output.
 +
 
 +
Only usable when the previously loaded value from [[Settings_services|set:sys GetDebugModeFlag]] is set.
 +
 
 +
== ReadRawScreenShotReadStream ==
 +
Takes a total of 8-bytes of input and a type-0x6 output buffer. Returns a total of 8-bytes of output.
 +
 
 +
Only usable when the previously loaded value from [[Settings_services|set:sys GetDebugModeFlag]] is set.
 +
 
 +
== Cmd1204 ==
 +
Takes a total of 0x10-bytes of input and a type-0x46 output buffer. Returns a total of 8-bytes of output.
 +
 
 +
Also required the mentioned debug flag but does no longer as of [10.0.0].
    
= caps:ss =
 
= caps:ss =
This is "nn::capsrv::sf::IScreenShotService". This is available with [2.0.0+].
+
This is "nn::capsrv::sf::IScreenShotService".
 +
 
 +
This was added with [2.0.0+].
    
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
Line 99: Line 170:  
! Cmd || Name
 
! Cmd || Name
 
|-
 
|-
| 201 ||
+
| 201 || SaveScreenShot
 
|-
 
|-
| 202 ||
+
| 202 || SaveEditedScreenShot
 
|-
 
|-
| 203 ||
+
| 203 || [3.0.0+] SaveScreenShotEx0
 
|-
 
|-
| 204 ||
+
| 204 || [3.0.0+] SaveEditedScreenShotEx0
 +
|-
 +
| 206 || [?+]
 +
|-
 +
| 208 || [5.0.0+] SaveScreenShotOfMovieEx1
 
|}
 
|}
    
= caps:su =
 
= caps:su =
This is "nn::capsrv::sf::IScreenShotApplicationService". This was moved to [[Applet_Manager_services|AM]] with [6.0.0+].
+
This is "nn::capsrv::sf::IScreenShotApplicationService".
 +
 
 +
This was added with [3.0.0+].
 +
 
 +
[6.0.0+] This was moved to [[Applet_Manager_services|AM]].
    
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
Line 127: Line 206:  
! Cmd || Name
 
! Cmd || Name
 
|-
 
|-
| 0 || Initialize
+
| 0 || RegisterCallback
 +
|-
 +
| 1 || UnregisterCallback
 +
|-
 +
| 2 || TriggerSystemEvent
 +
|-
 +
| 3 || PerformAction
 +
|-
 +
| 4 || QueryState
 +
|-
 +
| 5 || OnSystemEvent
 
|-
 
|-
| 1 || Finalize
+
| 6 || [2.0.0+] CancelCurrentCall
 
|-
 
|-
| 2 ||
+
| 100 || [4.0.0+] [[#GetHdcpServiceObject]]
 +
|}
 +
 
 +
== GetHdcpServiceObject ==
 +
No input, returns a [[#IHdcpController]].
 +
 
 +
= IHdcpController =
 +
This is "nn::hdcp::IHdcpController".
 +
 
 +
This was added with [4.0.0+].
 +
 
 +
{| class="wikitable" border="1"
 
|-
 
|-
| 3 || PerformOneTouchPlay
+
! Cmd || Name
 
|-
 
|-
| 4 ||
+
| 0 || GetHdcpStateTransitionEvent
 
|-
 
|-
| 5 ||
+
| 1 || GetHdcpAuthenticationState
 
|-
 
|-
| 6 || [2.0.0+]
+
| 2 || SetCurrentHdcpMode
 
|-
 
|-
| 100 || [4.0.0+] GetHdcpServiceObject
+
| 3 || GetCurrentHdcpMode
 
|}
 
|}
    
= mm:u =
 
= mm:u =
 
This is "nn::mmnv::IRequest".
 
This is "nn::mmnv::IRequest".
  −
NVIDIA multimedia (NvMM) platform service.
      
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
Line 179: Line 277:  
| 0 || [[#vi:u|GetDisplayService]]
 
| 0 || [[#vi:u|GetDisplayService]]
 
|-
 
|-
 +
| 1 || [9.0.0+] [[#vi:u|GetDisplayServiceWithProxyNameExchange]]
 
|}
 
|}
    
== GetDisplayService ==
 
== GetDisplayService ==
Returns an [[#IApplicationDisplayService]]. Takes an input u32, user-processes use 0 or 1, with 0 for regular-applications normally. 0 = user-service(vi:u), 1 = non-user-service? Returns an error when using value 1 with vi:u(same error listed below for IApplicationDisplayService for unavailable commands).
+
Returns an [[#IApplicationDisplayService]]. Takes an input u32, user-processes use 0 or 1, with 0 for regular-applications normally. 0 = user-service(vi:u), 1 = system/manager service (vi:s/vi:m). Returns an error when using value 1 with vi:u(same error listed below for IApplicationDisplayService for unavailable commands), however passing 1 to vi:s/vi:m results in the IApplicationDisplayService having greater privileges.
 +
 
 +
== GetDisplayServiceWithProxyNameExchange ==
 +
Takes an input u32, and returns an [[#IApplicationDisplayService]].
    
= vi:s =
 
= vi:s =
Line 194: Line 296:  
|-
 
|-
 
| 3 || [[#vi:s|GetDisplayServiceWithProxyNameExchange]]
 
| 3 || [[#vi:s|GetDisplayServiceWithProxyNameExchange]]
|-
   
|}
 
|}
   Line 213: Line 314:  
|-
 
|-
 
| 3 || [[#vi:m|GetDisplayServiceWithProxyNameExchange]]
 
| 3 || [[#vi:m|GetDisplayServiceWithProxyNameExchange]]
|-
   
|}
 
|}
   Line 316: Line 416:     
== GetDisplayResolution ==
 
== GetDisplayResolution ==
Takes an input u64 DisplayId and returns two output u64s: width and height.
+
Takes an input u64 DisplayId and returns two output s64s: width and height. Official sw copies these to s32 output fields.
    
== OpenLayer ==
 
== OpenLayer ==
Line 340: Line 440:     
== GetIndirectLayerImageMap ==
 
== GetIndirectLayerImageMap ==
Takes a PID-descriptor, an type-0x46 buffer, and four u64s: width(s32), height(s32), <output from [[AM_services|AM]] GetIndirectLayerConsumerHandle>, and [[AM_services|AppletResourceUserId]]. Returns two output u64s.
+
Takes a PID-descriptor, an type-0x46 buffer, two s64s width/height, then two u64s: <output from [[AM_services|AM]] GetIndirectLayerConsumerHandle>, and [[AM_services|AppletResourceUserId]]. Returns two output s64s, which are copied to output u64s by official sw.
 +
 
 +
Official sw sets the width/height using input s32s.
    
Calls the same func as [[#GetIndirectLayerImageCropMap]] internally, with the input floats set to 0.0f, then 1.0f for the rest.
 
Calls the same func as [[#GetIndirectLayerImageCropMap]] internally, with the input floats set to 0.0f, then 1.0f for the rest.
Line 348: Line 450:     
== GetIndirectLayerImageRequiredMemoryInfo ==
 
== GetIndirectLayerImageRequiredMemoryInfo ==
Takes two input u64s: width and height. Returns two output u64s. First u64 is the buffer size to use with the ImageMap cmds, second u64 is the buffer address alignment for those cmds.
+
Takes two input s64s: width and height. Returns two output s64s, which are copied to output u64s by official sw. First field is the buffer size to use with the ImageMap cmds, second field is the buffer address alignment for those cmds.
 +
 
 +
Official sw sets the width/height using input s32s.
    
== GetDisplayVsyncEvent ==
 
== GetDisplayVsyncEvent ==
Line 382: Line 486:  
|-
 
|-
 
| 2209 || SetLayerAlpha
 
| 2209 || SetLayerAlpha
 +
|-
 +
| 2210 || [11.0.0-11.0.1] SetLayerPositionAndSize
 
|-
 
|-
 
| 2312 || [1.0.0-6.2.0] CreateStrayLayer
 
| 2312 || [1.0.0-6.2.0] CreateStrayLayer
Line 428: Line 534:  
|-
 
|-
 
| 3217 || SetDisplayCmuLuma
 
| 3217 || SetDisplayCmuLuma
 +
|-
 +
| 3218 || [11.0.0+] SetDisplayCrcMode
 +
|-
 +
| 6013 || [10.0.0+] GetLayerPresentationSubmissionTimestamps
 
|-
 
|-
 
| 8225 || [4.0.0+] GetSharedBufferMemoryHandleId
 
| 8225 || [4.0.0+] GetSharedBufferMemoryHandleId
Line 448: Line 558:  
|-
 
|-
 
| 8258 || [5.0.0+] CancelSharedFrameBuffer
 
| 8258 || [5.0.0+] CancelSharedFrameBuffer
 +
|-
 +
| 9000 || [11.0.0+] [[#GetDp2hdmiController]]
 +
|}
 +
 +
=== GetDp2hdmiController ===
 +
No input, returns an [[#IDp2hdmiController]].
 +
 +
=== IDp2hdmiController ===
 +
This is "nn::dp2hdmi::detail::IDp2hdmiController".
 +
 +
This was added with [11.0.0+].
 +
 +
{| class="wikitable" border="1"
 +
|-
 +
! Cmd || Name
 +
|-
 +
| 0 || GetFirmwareVersion
 +
|-
 +
| 1 || GetAvailableFirmwareVersion
 +
|-
 +
| 2 || CheckFirmwareUpdateRequired
 +
|-
 +
| 3 || StartFirmwareUpdate
 +
|-
 +
| 4 || StartFirmwareUpdateWithSpecifiedImage
 +
|-
 +
| 5 || [11.0.0-11.0.1] OverwriteFirmware
 +
|-
 +
| 6 || [11.0.0-11.0.1] OverwriteFirmwareWithSpecifiedImage
 +
|-
 +
| 5 ([11.0.0-11.0.1] 7) || GetFirmwareUpdateState
 +
|-
 +
| 6 ([11.0.0-11.0.1] 8) || ResetDevice
 
|}
 
|}
   Line 461: Line 604:  
| 201 || [4.0.0+] FreeProcessHeapBlock
 
| 201 || [4.0.0+] FreeProcessHeapBlock
 
|-
 
|-
| 1102 || GetDisplayResolution
+
| 1102 || [3.0.0+] GetDisplayResolution
 
|-
 
|-
 
| 2010 || CreateManagedLayer
 
| 2010 || CreateManagedLayer
Line 494: Line 637:  
|-
 
|-
 
| 2601 || [4.0.0+] GetDisplayErrorEvent
 
| 2601 || [4.0.0+] GetDisplayErrorEvent
 +
|-
 +
| 2701 || [11.0.0+] GetDisplayFatalErrorEvent
 
|-
 
|-
 
| 4201 || SetDisplayAlpha
 
| 4201 || SetDisplayAlpha
Line 502: Line 647:  
|-
 
|-
 
| 4206 || [4.0.0+] SetDefaultDisplay
 
| 4206 || [4.0.0+] SetDefaultDisplay
 +
|-
 +
| 4207 || [11.0.0+] ResetDisplayPanel
 +
|-
 +
| 4208 || [11.0.0+] [[#SetDisplayFatalErrorEnabled]] ([11.0.0-11.0.1] EnableDisplayFatalError)
 +
|-
 +
| 4209 || [12.0.0+] IsDisplayPanelOn
 +
|-
 +
| 4300 || [11.0.0+] GetInternalPanelId
 
|-
 
|-
 
| 6000 || AddToLayerStack
 
| 6000 || AddToLayerStack
Line 533: Line 686:  
| 8000 || SetConductorLayer
 
| 8000 || SetConductorLayer
 
|-
 
|-
| 8001 || [8.0.0+]
+
| 8001 || [8.0.0+] SetTimestampTracking
 
|-
 
|-
 
| 8100 || SetIndirectProducerFlipOffset
 
| 8100 || SetIndirectProducerFlipOffset
Line 597: Line 750:  
| 8298 || [5.0.0+] ExpandStartupLogoOnSharedFrameBuffer
 
| 8298 || [5.0.0+] ExpandStartupLogoOnSharedFrameBuffer
 
|}
 
|}
 +
 +
[10.0.0+] AttachLayerPresentationTracer now takes an additional 8-bytes of input.
 +
 +
[5.0.0+] SetDetachedSharedFrameBufferImage now takes an additional 0x10-bytes of input. CopyDetachedSharedFrameBufferImage now takes an additional 0x18-bytes of input. SetDetachedSharedFrameBufferSubImage now takes an additional 0x10-bytes of input, and the buffer type was changed from 0x5 to 0x45.
 +
 +
== SetDisplayFatalErrorEnabled ==
 +
Takes an input u64, no output.
 +
 +
[12.0.0+] Takes an input bool and u64, no output.
 +
 +
= lbl =
 +
This is "nn::lbl::detail::ILblController".
 +
 +
[11.0.0+] this was moved from [[PTM_services|ptm]].
 +
 +
{| class="wikitable" border="1"
 +
|-
 +
! Cmd || Name
 +
|-
 +
| 0 || SaveCurrentSetting
 +
|-
 +
| 1 || LoadCurrentSetting
 +
|-
 +
| 2 || SetCurrentBrightnessSetting
 +
|-
 +
| 3 || GetCurrentBrightnessSetting
 +
|-
 +
| 4 || ApplyCurrentBrightnessSettingToBacklight
 +
|-
 +
| 5 || GetBrightnessSettingAppliedToBacklight
 +
|-
 +
| 6 || SwitchBacklightOn
 +
|-
 +
| 7 || SwitchBacklightOff
 +
|-
 +
| 8 || GetBacklightSwitchStatus
 +
|-
 +
| 9 || EnableDimming
 +
|-
 +
| 10 || DisableDimming
 +
|-
 +
| 11 || IsDimmingEnabled
 +
|-
 +
| 12 || EnableAutoBrightnessControl
 +
|-
 +
| 13 || DisableAutoBrightnessControl
 +
|-
 +
| 14 || IsAutoBrightnessControlEnabled
 +
|-
 +
| 15 || SetAmbientLightSensorValue
 +
|-
 +
| 16 || [[#GetAmbientLightSensorValue]]
 +
|-
 +
| 17 || SetBrightnessReflectionDelayLevel
 +
|-
 +
| 18 || GetBrightnessReflectionDelayLevel
 +
|-
 +
| 19 || SetCurrentBrightnessMapping
 +
|-
 +
| 20 || GetCurrentBrightnessMapping
 +
|-
 +
| 21 || SetCurrentAmbientLightSensorMapping
 +
|-
 +
| 22 || GetCurrentAmbientLightSensorMapping
 +
|-
 +
| 23 || [3.0.0+] IsAmbientLightSensorAvailable
 +
|-
 +
| 24 || [3.0.0+] SetCurrentBrightnessSettingForVrMode
 +
|-
 +
| 25 || [3.0.0+] GetCurrentBrightnessSettingForVrMode
 +
|-
 +
| 26 || [3.0.0+] [[#EnableVrMode]]
 +
|-
 +
| 27 || [3.0.0+] [[#DisableVrMode]]
 +
|-
 +
| 28 || [3.0.0+] [[#IsVrModeEnabled]]
 +
|-
 +
| 29 || [7.0.0+] IsAutoBrightnessControlSupported
 +
|}
 +
 +
== GetAmbientLightSensorValue ==
 +
No input. Outputs lux in float.
 +
 +
[5.0.0+] Now returns an output [[#AmbientLightSensorValue]].
 +
 +
== GetCurrentBrightnessSetting ==
 +
No input. Returns an output u32 int of the current backlight level.
 +
 +
== GetBrightnessSettingAppliedToBacklight ==
 +
No input. Returns an output u32 int of the backlight level computed from the ambient light sensor.
 +
 +
== IsAutoBrightnessControlEnabled ==
 +
No input. Returns an output u8 bool indicating whether auto brightness is enabled.
 +
 +
== EnableVrMode ==
 +
No input/output. Used by [[AM_services#SetVrModeEnabled]].
 +
 +
Sets a global state field to 0x1.
 +
 +
== DisableVrMode ==
 +
No input/output. Used by [[AM_services#SetVrModeEnabled]].
 +
 +
Sets the global state field used by [[#EnableVrMode]] to 0x0.
 +
 +
== IsVrModeEnabled ==
 +
No input. Returns an output u8 bool set by the above commands.
    
= DisplayInfo =
 
= DisplayInfo =
 +
This is "nn::vi::DisplayInfo". This is a 0x60-byte structure.
 +
 
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
|-
 
|-
 
! Offset || Size || Description
 
! Offset || Size || Description
 
|-
 
|-
| 0x0 || 0x40 || [[#DisplayName]]
+
| 0x0 || 0x40 || [[#DisplayName|Name]]
 
|-
 
|-
| 0x40 || 0x1 || Whether or not the display has a constrained number of layers.
+
| 0x40 || 0x1 || HasLayerLimit
 
|-
 
|-
| 0x41 || 0x7 || Padding/Reserved
+
| 0x41 || 0x7 || Reserved
 
|-
 
|-
| 0x48 || 0x8 || If this display has a constrained number of layers (0x40 is set), indicates the maximum number of layers.
+
| 0x48 || 0x8 || LayerCountMax
 
|-
 
|-
| 0x50 || 0x8 || Width in pixels
+
| 0x50 || 0x8 || LayerWidthPixelCountMax
 
|-  
 
|-  
| 0x58 || 0x8 || Height in pixels
+
| 0x58 || 0x8 || LayerHeightPixelCountMax
 
|}
 
|}
  −
This is a 0x60-byte structure.
      
The width/height for the "Default" Display is the resolution for 1080p even when in handheld-mode.
 
The width/height for the "Default" Display is the resolution for 1080p even when in handheld-mode.
    
= DisplayName =
 
= DisplayName =
This is a 0x40-byte block: a NUL-terminated string.
+
This is "nn::vi::DisplayName". This is a 0x40-byte block: a NUL-terminated string.
    
Can be "Default", "External", "[https://en.wikipedia.org/wiki/Extended_Display_Identification_Data Edid]", "Internal" or "Null".
 
Can be "Default", "External", "[https://en.wikipedia.org/wiki/Extended_Display_Identification_Data Edid]", "Internal" or "Null".
 +
 +
= NativeWindow =
 +
Max size of this buffer is 0x100-bytes(outbuf size used by official user-processes). Parsed("...DeserializeNativeWindow()") by a function called by the code described under [[#OpenLayer]], which executes code with Android symbols.
 +
 +
This is a [[#Parcel]].
    
= Parcel =
 
= Parcel =
Line 640: Line 904:  
| 0x10 || ? || FlattenedBinder
 
| 0x10 || ? || FlattenedBinder
 
|}
 
|}
  −
= NativeWindow =
  −
Max size of this buffer is 0x100-bytes(outbuf size used by official user-processes). Parsed("...DeserializeNativeWindow()") by a function called by the code described under [[#OpenLayer]], which executes code with Android symbols.
  −
  −
This is a [[#Parcel]].
      
== ParcelData ==
 
== ParcelData ==
Line 671: Line 930:  
This normally contains an u32 with value 0?
 
This normally contains an u32 with value 0?
   −
= Resolution handling =
+
= AmbientLightSensorValue =
 +
{| class="wikitable" border="1"
 +
|-
 +
! Offset || Size || Description
 +
|-
 +
| 0x0 || 0x4 || bOverLimit. (u32) Equals to 1 if visible or IR light data is over 65534.
 +
|-
 +
| 0x4 || 0x4 || fLux. (float) Value in lux from the ambient light sensor.
 +
|}
 +
Note: if bOverLimit=1 and the default ALS configuration is used, the measurement of fLux should not be considered and the actual max value depends on the type of light. Ranges from 12.5K - 17.5K.
 +
 
 +
= Resolution Handling =
 
There doesn't seem to be a way to get the actual TV resolution while using the "Default" Display. Official apps just hard-code what resolution to use depending on the current [[AM_services|OperationMode]].
 
There doesn't seem to be a way to get the actual TV resolution while using the "Default" Display. Official apps just hard-code what resolution to use depending on the current [[AM_services|OperationMode]].
 +
 +
= Ambient Light Sensor Notes =
 +
The BH1730 outputs 2 values. Visible light and IR light. This is then calculated through an algorithm that checks for Gain, Measurement time, filter qualities and ouputs lux (max correct measurement of 100K lux).
 +
The default values are Gain 64x and ITIME of 38 (256 - 218). This allows for a max lux value of 17972 lux when visible light value is maximum and IR light is 0. When both of them are on their limit, the output is 1192 lux.
 +
The sensor is fully configurable.
    
[[Category:Services]]
 
[[Category:Services]]

Navigation menu