Expand description
Syscall APIs
Not all APIs are wrapped in this module, since a lot are fundamentally unsafe.
Most APIs should be used directly from ctru-sys
.
Traits§
- Extension trait for Handle
Functions§
- Creates a command header to be used for IPC. This is a const fn version of
ctru_sys::IPC_MakeHeader
.