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.
It can be used after initializing DSP with the functions, such as nn::dsp::CTR::Initialize and nn::dsp::CTR::LoadDefaultComponent.
CONFIDENTIAL