Line 999: |
Line 999: |
| | 2 || [[#GetThisAppletKind]] || | | | 2 || [[#GetThisAppletKind]] || |
| |- | | |- |
− | | 3 || AllowToEnterSleep || | + | | 3 || [[#AllowToEnterSleep]] || |
| |- | | |- |
− | | 4 || DisallowToEnterSleep || | + | | 4 || [[#DisallowToEnterSleep]] || |
| |- | | |- |
| | 5 || [[#GetOperationMode]] || | | | 5 || [[#GetOperationMode]] || |
Line 1,035: |
Line 1,035: |
| | 51 || [3.0.0+] [[#SetVrModeEnabled]] || | | | 51 || [3.0.0+] [[#SetVrModeEnabled]] || |
| |- | | |- |
− | | 52 || [4.0.0+] SetLcdBacklighOffEnabled || | + | | 52 || [4.0.0+] [[#SetLcdBacklighOffEnabled]] || |
| |- | | |- |
| | 53 || [7.0.0+] [[#BeginVrModeEx]] || | | | 53 || [7.0.0+] [[#BeginVrModeEx]] || |
Line 1,078: |
Line 1,078: |
| === GetThisAppletKind === | | === GetThisAppletKind === |
| No input, returns an output [[#AppletKind]]. | | No input, returns an output [[#AppletKind]]. |
| + | |
| + | === AllowToEnterSleep === |
| + | No input/output. |
| + | |
| + | === DisallowToEnterSleep === |
| + | No input/output. |
| | | |
| === GetOperationMode === | | === GetOperationMode === |
Line 1,129: |
Line 1,135: |
| | | |
| When the VrMode is set to true, the console shows a screen rendered like vr asking the user to move his face away and hit the 'close' button. When this button is pressed, the console resets the vrMode to false. | | When the VrMode is set to true, the console shows a screen rendered like vr asking the user to move his face away and hit the 'close' button. When this button is pressed, the console resets the vrMode to false. |
| + | |
| + | === SetLcdBacklighOffEnabled === |
| + | Takes an input u8 bool, no output. |
| + | |
| + | Sets whether the LCD screen blacklight is turned off. |
| | | |
| === BeginVrModeEx === | | === BeginVrModeEx === |