nn::snd::CTR::Initialize Functionnn::Result Initialize();
None.
Result values listed below. | Value | Description |
|---|---|
Result::IsSuccess |
Process was successful. |
ResultAlreadyInitialized |
Already initialized. |
ResultNoDspComponentLoaded |
dspcomponent is not loaded. |
Initializes the sound library.
Before calling this function you must call both nn::dsp::CTR::Initialize and nn::dsp::CTR::LoadDefaultComponent.
In addition, you need to call this function before calling any of the functions in the nn::snd::CTR namespace.
CONFIDENTIAL