pub unsafe extern "C" fn PMAPP_LaunchFIRMSetParams(
firmTidLow: u32_,
size: u32_,
in_: *const c_void,
) -> ResultExpand 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.