Difference between revisions of "APT:ReceiveCaptureBufferInfo"

From 3dbrew
Jump to navigation Jump to search
(Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x00410040] |- | 1 | Size |} =Response= {| class="wikitable" border="1" |- ! Ind...")
(No difference)

Revision as of 17:30, 30 April 2013

Request

Index Word Description
0 Header code [0x00410040]
1 Size

Response

Index Word Description
0 Header code
1 Result code
2 Clamped size
3 (Size<<14) | 2
4 Output buffer ptr

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 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.