Line 567: |
Line 567: |
| | 9 || GetLibraryAppletLaunchableEvent | | | 9 || GetLibraryAppletLaunchableEvent |
| |- | | |- |
− | | 10 || SetScreenShotPermission | + | | 10 || [[#SetScreenShotPermission]] |
| |- | | |- |
| | 11 || [[#SetOperationModeChangedNotification]] | | | 11 || [[#SetOperationModeChangedNotification]] |
Line 577: |
Line 577: |
| | 14 || SetRestartMessageEnabled | | | 14 || SetRestartMessageEnabled |
| |- | | |- |
− | | 15 || [2.0.0+] SetScreenShotAppletIdentityInfo | + | | 15 || [2.0.0+] [[#SetScreenShotAppletIdentityInfo]] |
| |- | | |- |
| | 16 || [2.0.0+] [[#SetOutOfFocusSuspendingEnabled]] | | | 16 || [2.0.0+] [[#SetOutOfFocusSuspendingEnabled]] |
Line 585: |
Line 585: |
| | 18 || [2.0.0+] SetRequiresCaptureButtonShortPressedMessage | | | 18 || [2.0.0+] SetRequiresCaptureButtonShortPressedMessage |
| |- | | |- |
− | | 19 || [2.0.0+] SetScreenShotImageOrientation | + | | 19 || [2.0.0+] [[#SetScreenShotImageOrientation]] |
| |- | | |- |
| | 40 || [[#CreateManagedDisplayLayer]] | | | 40 || [[#CreateManagedDisplayLayer]] |
Line 609: |
Line 609: |
| | 67 || [2.0.0+] IsIlluminanceAvailable | | | 67 || [2.0.0+] IsIlluminanceAvailable |
| |} | | |} |
| + | |
| + | ===SetScreenShotPermission=== |
| + | Takes an input s32. No output. |
| | | |
| ===SetOperationModeChangedNotification=== | | ===SetOperationModeChangedNotification=== |
Line 618: |
Line 621: |
| ===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. |
| + | |
| + | ===SetScreenShotAppletIdentityInfo=== |
| + | Takes an input 0x10-byte struct AppletIdentityInfo. No output. |
| | | |
| ===SetOutOfFocusSuspendingEnabled=== | | ===SetOutOfFocusSuspendingEnabled=== |
| Takes an input u8(bool flag). No output. | | Takes an input u8(bool flag). No output. |
| + | |
| + | ===SetScreenShotImageOrientation=== |
| + | Takes an input s32. No output. |
| | | |
| ===CreateManagedDisplayLayer=== | | ===CreateManagedDisplayLayer=== |