Home
last modified time | relevance | path

Searched refs:NN_SND_TIMER_EQUIV (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-0.13.2/include/nn/snd/CTR/Common/
Dsnd_Const.h60 #define NN_SND_TIMER_EQUIV ((u32)1 << NN_SND_TIMER_SHIFT) macro
61 #define NN_SND_TIMER_DEFAULT NN_SND_TIMER_EQUIV
/CTR-SDK-0.13.2/include/nn/snd/CTR/MPCore/
Dsnd_Voice.h455 return static_cast<u32>(CalcFsRatio() * NN_SND_TIMER_EQUIV); in CalcTimer()