pub unsafe extern "C" fn dspInit() -> Result
Expand description
Initializes the dsp service.
Call this before calling any DSP_* function.
Note: This will also unload any previously loaded DSP binary. It is done this way since you have to provide your binary when the 3DS leaves sleep mode anyway.