nn::gr::CTR::CommandBufferJumpHelper::Jump Member Function
void Jump(
uptr subroutine,
size_t subroutineSize
);
| Name | Description | |
|---|---|---|
| in | subroutine |
Address of the command buffer to jump to. |
| in | subroutineSize |
Size of the command buffer to jump to. |
Generates a series of commands to jump to a different command buffer.
Generates a command to jump to the specified address.
Includes adjusting the buffer size and writing the kick command.
Also, a kick command to Channel 1 must be stored at the end of a command buffer that you execute as a subroutine.
CONFIDENTIAL