#include <nitro/snd.h>
void SND_WaitForFreeCommand( int count );
Waits until the number of free commands exceeds that specified in count
.
In order for a group of commands of to be processed at the same time, free commands equal in number to the group of commands must be available. If there are not enough free commands, then the group of commands can be divided up and processed with different timing.
None.
2004/07/20 Initial version.
CONFIDENTIAL