nn::gr::CTR::CommandBufferJumpHelper::CopyFrom Member Function

Syntax

void CopyFrom(
     const bit32 * begin,
     int count
);

Parameters

Name Description
in begin Start address of the command buffer that contains the command that you are copying.
in count Number of commands to copy.

Return Values

None.

Description

Copies and writes the specified command buffer.


CONFIDENTIAL