nn::gd::CTR::System::ReplayPackets Member Functionstatic nnResult ReplayPackets( RecordedPacketId * packetId, u32 * forceDirtyModuleFlag );
| Name | Description | |
|---|---|---|
| in | packetId | Specifies the save start ID pointer to be executed. |
| in | forceDirtyModuleFlag | Pointer to the flag that sets reconfigurable status for the specified module after a packet is played back. If forceDirtyModuleFlag is NULL, gd internal status does not change. The module is defined by the enum value of nn::gd::CTR::System::Module. |
| Value | Description |
|---|---|
Result::IsSuccess |
Process was successful. |
ResultNullParameter |
NULL was specified in packetId. |
ResultSystemNoPacketRecorded |
The specified packetId data was 0. |
ResultSystemReceiveErrorFromGlGetError |
An error was generated by the nngxImportCmdlist function. |
Re-executes the command list object specified by packetId.
CONFIDENTIAL