NS services: Difference between revisions
Line 1,278: | Line 1,278: | ||
== RequestBackgroundNetworkUpdate == | == RequestBackgroundNetworkUpdate == | ||
No input/output. | No input/output. | ||
Only usable when an [[#ISystemUpdateControl]] isn't open. | |||
This sets a state flag to value 1. | |||
== NotifyBackgroundNetworkUpdate == | == NotifyBackgroundNetworkUpdate == | ||
Takes an input [[NCM_services#ContentMetaKey|ContentMetaKey]], no output. | Takes an input [[NCM_services#ContentMetaKey|ContentMetaKey]], no output. | ||
This checks whether a sysupdate is needed with the input ContentMetaKey using [[NCM_services|NCM]] commands, if not this will just return 0. Otherwise, this will then run code which is identical to [[#RequestBackgroundNetworkUpdate]]. | |||
== NotifyExFatDriverDownloadedForDebug == | == NotifyExFatDriverDownloadedForDebug == |