pub unsafe extern "C" fn PMAPP_LaunchFIRMSetParams(
    firmTidLow: u32_,
    size: u32_,
    in_: *const c_void
) -> Result
Expand description

Sets the current FIRM launch parameters.

§Arguments

  • firmTidLow - Low Title ID of the FIRM title to launch.
  • size - Size of the FIRM launch parameter buffer.
  • in - Buffer to retrieve the launch parameters from.