Changes

Jump to navigation Jump to search
no edit summary
Line 1,171: Line 1,171:  
| 13 || [[#SetFocusHandlingMode]]
 
| 13 || [[#SetFocusHandlingMode]]
 
|-
 
|-
| 14 || SetRestartMessageEnabled
+
| 14 || [[#SetRestartMessageEnabled]]
 
|-
 
|-
 
| 15 || [2.0.0+] [[#SetScreenShotAppletIdentityInfo]]
 
| 15 || [2.0.0+] [[#SetScreenShotAppletIdentityInfo]]
Line 1,177: Line 1,177:  
| 16 || [2.0.0+] [[#SetOutOfFocusSuspendingEnabled]]
 
| 16 || [2.0.0+] [[#SetOutOfFocusSuspendingEnabled]]
 
|-
 
|-
| 17 || [3.0.0+] SetControllerFirmwareUpdateSection
+
| 17 || [3.0.0+] [[#SetControllerFirmwareUpdateSection]]
 
|-
 
|-
| 18 || [3.0.0+] SetRequiresCaptureButtonShortPressedMessage
+
| 18 || [3.0.0+] [[#SetRequiresCaptureButtonShortPressedMessage]]
 
|-
 
|-
 
| 19 || [3.0.0+] [[#SetAlbumImageOrientation]]
 
| 19 || [3.0.0+] [[#SetAlbumImageOrientation]]
Line 1,283: Line 1,283:  
=== SetFocusHandlingMode ===
 
=== SetFocusHandlingMode ===
 
Takes 3 input u8s with each field located immediately after the previous u8, these are bool flags. No output.
 
Takes 3 input u8s with each field located immediately after the previous u8, these are bool flags. No output.
 +
 +
=== SetRestartMessageEnabled ===
 +
Takes an input u8 bool flag, no output.
 +
 +
See [[#NotificationMessage]].
    
=== SetScreenShotAppletIdentityInfo ===
 
=== SetScreenShotAppletIdentityInfo ===
Line 1,288: Line 1,293:     
=== SetOutOfFocusSuspendingEnabled ===
 
=== SetOutOfFocusSuspendingEnabled ===
Takes an input u8(bool flag). No output.
+
Takes an input u8 bool flag. No output.
 +
 
 +
=== SetControllerFirmwareUpdateSection ===
 +
Takes an input u8 bool flag, no output.
 +
 
 +
=== SetRequiresCaptureButtonShortPressedMessage ===
 +
Takes an input u8 bool flag, no output.
 +
 
 +
See [[#NotificationMessage]].
 +
 
 +
When enabled with a non-Overlay applet, Overlay applet will not be notified of capture button short-presses for screenshots.
    
=== SetAlbumImageOrientation ===
 
=== SetAlbumImageOrientation ===
Line 1,317: Line 1,332:     
=== SetAlbumImageTakenNotificationEnabled ===
 
=== SetAlbumImageTakenNotificationEnabled ===
Takes an input u8, no output.
+
Takes an input u8 bool, no output.
 +
 
 +
See [[#NotificationMessage]].
    
=== SetApplicationAlbumUserData ===
 
=== SetApplicationAlbumUserData ===
Line 1,930: Line 1,947:  
| 0xF || [[#GetCurrentFocusState|FocusState]] changed
 
| 0xF || [[#GetCurrentFocusState|FocusState]] changed
 
|-
 
|-
| 0x10 || ?
+
| 0x10 || Current applet execution was [[#SetRestartMessageEnabled|resumed]].
 
|-
 
|-
 
| 0x1E || OperationMode changed
 
| 0x1E || OperationMode changed
 
|-
 
|-
 
| 0x1F || PerformanceMode changed
 
| 0x1F || PerformanceMode changed
 +
|-
 +
| 0x5A || Capture button was [[#SetRequiresCaptureButtonShortPressedMessage|short-pressed]].
 +
|-
 +
| 0x5C || Screenshot was [[#SetAlbumImageTakenNotificationEnabled|taken]].
 
|}
 
|}
  

Navigation menu