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§
Functions§
- make_
ipc_ header - Creates a command header to be used for IPC. This is a const fn version of
ctru_sys::IPC_MakeHeader.