Changes

Jump to navigation Jump to search
159 bytes added ,  05:32, 22 November 2015
m
no edit summary
Line 10: Line 10:  
| 1
 
| 1
 
| Size
 
| Size
 +
|}
 +
 +
The following is located 0x100-bytes after the beginning of the above command buffer:
 +
{| class="wikitable" border="1"
 +
|-
 +
!  Index Word
 +
!  Description
 +
|-
 +
| 0
 +
| <nowiki>(Size << 14) | 2</nowiki>
 +
|-
 +
| 1
 +
| void*, Output Buffer
 
|}
 
|}
   Line 25: Line 38:  
|-
 
|-
 
| 2
 
| 2
| Clamped size
+
| Actual Size
|-
  −
| 3
  −
| <nowiki>(Size<<14) | 2</nowiki>
  −
|-
  −
| 4
  −
| Output buffer ptr
   
|}
 
|}
    
=Description=
 
=Description=
This command loads the data set by [[APT:SendCaptureBufferInfo]]. The input size is clamped to 0x20-bytes by NS, then this size is clamped to the size for the NS state [[APT:SendCaptureBufferInfo|buffer]]. The NS state buffer data is copied to the output buffer,(when the clamped size is not zero) then the size field for the state buffer is set 0.
+
This command loads the data set by [[APT:SendCaptureBufferInfo]]. The input size is clamped to 0x20-bytes by NS, then this size is clamped to the size for the NS state [[APT:SendCaptureBufferInfo|buffer]]. The NS state buffer data is copied to the output buffer, (when the clamped size is not zero) then the size field for the state buffer is set 0.
1,434

edits

Navigation menu