Changes

1,231 bytes added ,  17:45, 1 August 2023
Line 211: Line 211:  
| 11006 || [11.0.0+] [[#NotifyUserOpenedWithApplicationId]]
 
| 11006 || [11.0.0+] [[#NotifyUserOpenedWithApplicationId]]
 
|-
 
|-
| 11100 || [6.0.0+] NotifyCompletedNetworkRequestChanged
+
| 11100 || [6.0.0+] [[#NotifyCompletedNetworkRequestChanged]]
 
|-
 
|-
| 11200 || [6.0.0+] NotifyFriendPresenceChanged
+
| 11200 || [6.0.0+] [[#NotifyFriendPresenceChanged]]
 
|-
 
|-
| 11300 || [6.0.0+] NotifyNotificationConnectivityChanged
+
| 11300 || [6.0.0+] [[#NotifyNotificationConnectivityChanged]]
 
|-
 
|-
| 11400 || [6.0.0+] NotifyDeviceOperationModeChanged
+
| 11400 || [6.0.0+] [[#NotifyDeviceOperationModeChanged]]
 
|-
 
|-
| 11500 || [6.0.0+] NotifySystemPowerStateChanged
+
| 11500 || [6.0.0+] [[#NotifySystemPowerStateChanged]]
 
|-
 
|-
| 11600 || [6.0.0+] NotifyAppletLaunched
+
| 11600 || [6.0.0+] [[#NotifyAppletLaunched]]
 
|-
 
|-
| 11601 || [6.0.0+] NotifyAppletExited
+
| 11601 || [6.0.0+] [[#NotifyAppletExited]]
 
|-
 
|-
| 11602 || [6.0.0+] NotifyForegroundAppletChanged
+
| 11602 || [6.0.0+] [[#NotifyForegroundAppletChanged]]
 
|-
 
|-
| 11700 || [6.0.0+] NotifyControllerCountChanged
+
| 11700 || [6.0.0+] [[#NotifyControllerCountChanged]]
 
|-
 
|-
| 11800 || [6.0.0+] NotifyAudioInStarted
+
| 11800 || [6.0.0+] [[#NotifyAudioInStarted]]
 
|-
 
|-
| 11801 || [6.0.0+] NotifyAudioInStopped
+
| 11801 || [6.0.0+] [[#NotifyAudioInStopped]]
 
|-
 
|-
| 11810 || [8.0.0+] NotifyLaunchApplicationStorage
+
| 11810 || [8.0.0+] [[#NotifyLaunchApplicationStorage]]
 
|-
 
|-
| 11811 || [8.0.0+] NotifyApplicationRightsInfo
+
| 11811 || [8.0.0+] [[#NotifyApplicationRightsInfo]]
 
|-
 
|-
 
| 12000 || [8.0.0+] [[#RegisterWatchdog]]
 
| 12000 || [8.0.0+] [[#RegisterWatchdog]]
Line 259: Line 259:  
| 20500 || [8.0.0+] [[#GetWatchdogStatistics]]
 
| 20500 || [8.0.0+] [[#GetWatchdogStatistics]]
 
|-
 
|-
| 20600 || [15.0.0+] NotifyForegroundTransmissionResult
+
| 20600 || [15.0.0+] [[#NotifyForegroundTransmissionResult]]
 
|}
 
|}
   Line 319: Line 319:  
== NotifyUserOpenedWithApplicationId ==
 
== NotifyUserOpenedWithApplicationId ==
 
Takes an input [[Account_services#Uid|Uid]] and an input u64 '''ApplicationId'''. No output.
 
Takes an input [[Account_services#Uid|Uid]] and an input u64 '''ApplicationId'''. No output.
 +
 +
== NotifyCompletedNetworkRequestChanged ==
 +
Takes an input s8 and an input bool. No output.
 +
 +
== NotifyFriendPresenceChanged ==
 +
Takes an input [[Account_services#Uid|Uid]] and an input s8 (padded to u64). No output.
 +
 +
== NotifyNotificationConnectivityChanged ==
 +
Takes an input s8. No output.
 +
 +
== NotifyDeviceOperationModeChanged ==
 +
Takes an input s8. No output.
 +
 +
== NotifySystemPowerStateChanged ==
 +
Takes an input s8. No output.
 +
 +
== NotifyAppletLaunched ==
 +
Takes an input [[#SfAppletIdentityInfo]]. No output.
 +
 +
== NotifyAppletExited ==
 +
Takes an input [[#SfAppletIdentityInfo]]. No output.
 +
 +
== NotifyForegroundAppletChanged ==
 +
Takes an input [[#SfAppletIdentityInfo]]. No output.
 +
 +
== NotifyControllerCountChanged ==
 +
Takes three input s8s. No output.
 +
 +
== NotifyAudioInStarted ==
 +
Takes a type-0x5 input buffer and an input u64. No output.
 +
 +
== NotifyAudioInStopped ==
 +
Takes a type-0x5 input buffer and an input u64. No output.
 +
 +
== NotifyLaunchApplicationStorage ==
 +
Takes an input u64 '''ApplicationId''' and an input u8 (padded to u64). No output.
 +
 +
== NotifyApplicationRightsInfo ==
 +
Takes an input u64 '''ApplicationId''' and an input u32 (padded to u64). No output.
    
== RegisterWatchdog ==
 
== RegisterWatchdog ==