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 (const sceSdBatch *batch, u32 *rets, u32 num) |
int | sceSdProcBatchEx (const sceSdBatch *batch, u32 *rets, u32 num, u32 voice) |
Part of the IOP Sound Driver
Definition in file batch.c.
u32 BatchData __attribute__ | ( | (aligned(16)) | ) |
int sceSdProcBatch | ( | const sceSdBatch * | batch, |
u32 * | rets, | ||
u32 | num ) |
int sceSdProcBatchEx | ( | const sceSdBatch * | batch, |
u32 * | rets, | ||
u32 | num, | ||
u32 | voice ) |