Function ctru_sys::CFGU_GetConfigInfoBlk2
source · pub unsafe extern "C" fn CFGU_GetConfigInfoBlk2(
size: u32_,
blkID: u32_,
outData: *mut c_void
) -> Result
Expand description
Gets a config info block with flags = 2.
§Arguments
size
- Size of the data to retrieve.blkID
- ID of the block to retrieve.outData
- Pointer to write the block data to.