Function ctru_sys::ACU_SetAllowApType
source · pub unsafe extern "C" fn ACU_SetAllowApType(
config: *mut acuConfig,
type_: u8_
) -> Result
Expand description
Sets the slot to use when connecting.
§Arguments
config
- Pointer to an acuConfig struct used with ACU_CreateDefaultConfig previously.type
- Allowed slots flag. BIT(0) for slot 1, BIT(1) for slot 2, BIT(2) for slot 3.