Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/snd/
Dsnd_Voice.h104 static const u32 VOICE_PRIORITY_RELEASE = VOICE_PRIORITY_USE - 1; variable
107 static const u32 VOICE_PRIORITY_RELEASE = 1; variable
/NW4C-1.2.23/sources/libraries/snd/
Dsnd_Voice.cpp841 pChannel->SetPriority( VOICE_PRIORITY_RELEASE ); in SetPriority()