Changes

Line 280: Line 280:  
! Cmd || Name || Notes
 
! Cmd || Name || Notes
 
|-
 
|-
| 10 || || Takes a total of 8-bytes of input and a type-0x22 output buffer, returns a total of 8-bytes of output.
+
| 10 || || Takes an input u64 '''offset''' and a type-0x22 output buffer, returns an output u64 '''actual_transfer_size'''.
 
|-
 
|-
| 11 || || Takes a total of 8-bytes of input and a type-0x21 input buffer, no output.
+
| 11 || || Takes an input u64 '''offset''' and a type-0x21 input buffer, no output.
 
|}
 
|}
 +
 +
These commands copy data from/to a state buffer and the user specified buffer. The size of the state buffer is 0x400-bytes.
    
== ILibraryAppletProxy ==
 
== ILibraryAppletProxy ==