PS2SDK
PS2 Homebrew Libraries
|
#include "types.h"
#include "sifman.h"
#include "intrman.h"
#include "libsd.h"
#include "spu2regs.h"
Go to the source code of this file.
Functions | |
u32 BatchData | __attribute__ ((aligned(16))) |
s32 | SifDmaBatch (u32 ee_addr, void *iop_addr, u32 size) |
int | sceSdProcBatch (sceSdBatch *batch, u32 *rets, u32 num) |
int | sceSdProcBatchEx (sceSdBatch *batch, u32 *rets, u32 num, u32 voice) |
Part of the IOP Sound Driver
Definition in file batch.c.
int sceSdProcBatch | ( | sceSdBatch * | batch, |
u32 * | rets, | ||
u32 | num | ||
) |
int sceSdProcBatchEx | ( | sceSdBatch * | batch, |
u32 * | rets, | ||
u32 | num, | ||
u32 | voice | ||
) |