audio: Implemented buffer queueing for capture devices (SDL_DequeueAudio()).

This commit is contained in:
Ryan C. Gordon 2016-08-06 02:47:27 -04:00
parent 7bfe494c62
commit 7315390171
4 changed files with 218 additions and 82 deletions

View file

@ -605,3 +605,4 @@
#define SDL_SetWindowModalFor SDL_SetWindowModalFor_REAL
#define SDL_RenderSetIntegerScale SDL_RenderSetIntegerScale_REAL
#define SDL_RenderGetIntegerScale SDL_RenderGetIntegerScale_REAL
#define SDL_DequeueAudio SDL_DequeueAudio_REAL