#include <nnsys/snd.h>
void NNS_SndArcSetLoadBlockSize( s32 loadBlockSize );
Sets the load block size used when loading data. The default load block size is 0.
When the amount of data to load is larger than the load block size, the data is split into blocks equal to the load block size and loaded over several cycles. However, if the load block size is 0, block loading is not performed.
Load block size is specified in relation to the current sound archive.
2007/10/17 Initial version.
CONFIDENTIAL