nn::gr::CTR::CommandBufferJumpHelper::CopyFrom Member Function
void CopyFrom(
const bit32 * begin,
const bit32 * end
);
void CopyFrom(
const bit32 * begin,
int count
);
CopyFrom ( const bit32 *, const bit32 * )
|
Copies and writes the command in the specified range. |
CopyFrom ( const bit32 *, int )
|
Copies and writes the specified command buffer. |
CopyFrom ( const bit32 *, const bit32 * )Copies and writes the command in the specified range.
CopyFrom ( const bit32 *, int )Copies and writes the specified command buffer.
CONFIDENTIAL