Remove legacy SDL_Audio functions that acts on device id == 1

This commit is contained in:
Sylvain 2023-01-05 09:57:14 +01:00 committed by Ryan C. Gordon
parent bb34441474
commit 2d7f8d7d51
10 changed files with 64 additions and 334 deletions

View file

@ -92,6 +92,7 @@ typedef struct
/* Audio info */
const char *audiodriver;
SDL_AudioSpec audiospec;
SDL_AudioDeviceID audio_id;
/* GL settings */
int gl_red_size;