|
PS2SDK
PS2 Homebrew Libraries
|
This graph shows which files directly or indirectly include this file: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.