Difference between revisions of "GSPGPU:SetLedForceOff"

From 3dbrew
Jump to navigation Jump to search
(Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x001C0040] |- | 1 | u8 state: 0 = 3D LED enable, 1 = 3D LED disable. |} =Respons...")
 
 
Line 26: Line 26:
  
 
=Description=
 
=Description=
This service command allows processes to control the 3D LED. The input u8 is written to GSP module state, the register for this is not updated immediately.
+
This service command allows processes to control the 3D LED. The input u8 is written to GSP module state, the register for this is not updated immediately. By default the 3D LED is enabled, when this GSP state field is set or [[Configuration_Memory|3D_LEDSTATE]] is set the 3D LED is disabled.

Latest revision as of 01:34, 15 April 2013

Request[edit]

Index Word Description
0 Header code [0x001C0040]
1 u8 state: 0 = 3D LED enable, 1 = 3D LED disable.

Response[edit]

Index Word Description
0 Header code
1 Result code

Description[edit]

This service command allows processes to control the 3D LED. The input u8 is written to GSP module state, the register for this is not updated immediately. By default the 3D LED is enabled, when this GSP state field is set or 3D_LEDSTATE is set the 3D LED is disabled.