PS2SDK
PS2 Homebrew Libraries
|
Go to the source code of this file.
Macros | |
#define | MIN(a, b) ((a) <= (b)) ? (a) : (b) |
#define | AUDSRV_IRX 0x870884e |
#define | AUDSRV_VOICE_DMA_CH 0 |
#define | AUDSRV_BLOCK_DMA_CH 1 |
audsrv IOP server
Definition in file audsrv_internal.h.
#define MIN | ( | a, | |
b | |||
) | ((a) <= (b)) ? (a) : (b) |
Find the minimum value between A and B
Definition at line 19 of file audsrv_internal.h.
#define AUDSRV_IRX 0x870884e |
Definition at line 22 of file audsrv_internal.h.
#define AUDSRV_VOICE_DMA_CH 0 |
Definition at line 25 of file audsrv_internal.h.
#define AUDSRV_BLOCK_DMA_CH 1 |
Definition at line 26 of file audsrv_internal.h.