pub const fn make_ipc_header(
command_id: u16,
normal_params: u8,
translate_params: u8,
) -> u32Expand description
Creates a command header to be used for IPC. This is a const fn version of ctru_sys::IPC_MakeHeader.
pub const fn make_ipc_header(
command_id: u16,
normal_params: u8,
translate_params: u8,
) -> u32Creates a command header to be used for IPC. This is a const fn version of ctru_sys::IPC_MakeHeader.