|
RetroArch
|
Macros | |
| #define | SND_UNUSED 0 |
| #define | SND_WORKING 1 |
| #define | SND_WAITING 2 |
| #define SND_UNUSED 0 |
This voice is available for use.
| #define SND_WAITING 2 |
This voice is currently in progress and waiting to one SND_AddVoice() function (the voice handler is called continuously)
| #define SND_WORKING 1 |
This voice is currently in progress.
1.8.15