PS2SDK
PS2 Homebrew Libraries
Loading...
Searching...
No Matches
debug_printf.h
1#ifdef DEBUG
2#define DPRINTF(x...) printf("AUDSRV: " x)
3#else
4#define DPRINTF(x...)
5#endif