nn::snd::CTR::SetMaximumDspCycles Function
void SetMaximumDspCycles(
s32 cycles
);
| Name | Description | |
|---|---|---|
| in | cycles | Cycle count. |
Sets the number of DSP cycles that sound can use.
The value NN_SND_DSP_MAXIMUM_CYCLES is set by default. If a value greater than NN_SND_DSP_MAXIMUM_CYCLES is entered, it is corrected to NN_SND_DSP_MAXIMUM_CYCLES automatically.
CONFIDENTIAL