Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/snd/
Dsnd_Voice.h94 static const int PRIORITY_MAX = nn::snd::VOICE_PRIORITY_NODROP;
105 static const u32 VOICE_PRIORITY_NODROP = VOICE_PRIORITY_MAX; variable
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_Voice.cpp313 ( priority == PRIORITY_NODROP ) ? VOICE_PRIORITY_NODROP : VOICE_PRIORITY_USE; in Alloc()
378 u32 sdkVoicePriority = ut::Clamp( priority, 0, nn::snd::VOICE_PRIORITY_NODROP ); in Alloc()