nn::gd::CTR::System::GetCommandBufferBaseAddress Member Functionstatic nnResult GetCommandBufferBaseAddress( RecordedPacketId * packetId, u32 ** commandBufferAddr );
| Name | Description | |
|---|---|---|
| in | packetId | Specifies a saved packet object. |
| out | commandBufferAddr | Specifies the address storing the base address value of the command buffer being saved. |
| Value | Description |
|---|---|
Result::IsSuccess |
Process was successful. |
ResultNullParameter |
NULL was specified in an argument. |
ResultSystemNoPacketRecorded |
The command list object has not been saved. Be sure to call StartRecordingPackets andStopRecordingPackets. |
Gets the base address of the saved command buffer.
CONFIDENTIAL