Function ctru::services::svc::make_ipc_header
source · pub const fn make_ipc_header(
command_id: u16,
normal_params: u8,
translate_params: u8
) -> u32
Expand description
Creates a command header to be used for IPC. This is a const fn version of ctru_sys::IPC_MakeHeader
.