nn::snd::CTR::DspFxReverb::Finalize Member Functionvoid Finalize();
None.
Finalizes a DspFxReverb object and unregisters the work buffer.
The nn::snd::CTR::DspFxReverb::Disable and nn::snd::CTR::DspFxReverb::Detach functions are automatically called as necessary.
Although this function detaches the buffer specified by the nn::snd::CTR::DspFxReverbInitialize function from the DspFxReverb class, the buffer can still be accessed until this setting is applied to the DSP. (In other words, until the nn::snd::CTR::SendParameterToDsp and nn::snd::CTR::WaitForDspSync functions have been called and settings have been synchronized.) Do not release the buffer until the nn::snd::CTR::DspFxReverb::IsBufferInUse function returns false.
CONFIDENTIAL