Function ctru_sys::csndWriteCmd

source ·
pub unsafe extern "C" fn csndWriteCmd(
    cmdid: c_int,
    cmdparams: *mut u8_
)
Expand description

Adds a command to the list, copying its arguments from a buffer.

§Arguments

  • cmdid - ID of the command to add.
  • cmdparams - Buffer containing the command’s parameters.