mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-15 01:08:26 +00:00
Remove legacy SDL_Audio functions that acts on device id == 1
This commit is contained in:
parent
bb34441474
commit
2d7f8d7d51
10 changed files with 64 additions and 334 deletions
|
@ -92,6 +92,7 @@ typedef struct
|
|||
/* Audio info */
|
||||
const char *audiodriver;
|
||||
SDL_AudioSpec audiospec;
|
||||
SDL_AudioDeviceID audio_id;
|
||||
|
||||
/* GL settings */
|
||||
int gl_red_size;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue