Changes

324 bytes added ,  05:48, 30 September 2019
Line 1,575: Line 1,575:  
! Description
 
! Description
 
|-
 
|-
| 0x0 || 0x8 || s64 Current size.
+
| 0x0 || 0x8 || s64 Current size. This value can be larger than total_size when the async operation is finishing. When total_size is <=0, this current_size field may contain a progress value for when the total_size is not yet determined.
 
|-
 
|-
| 0x8 || 0x8 || s64 Total size, <=0 is invalid.
+
| 0x8 || 0x8 || s64 Total size, this field is only valid when >0.
 
|}
 
|}
    
This is "nn::ns::SystemUpdateProgress". This is a 0x10-byte struct.
 
This is "nn::ns::SystemUpdateProgress". This is a 0x10-byte struct.
 +
 +
Commands which have this as output will return 0 with the output cleared, when no task is available.
    
== EulaDataPath ==
 
== EulaDataPath ==