dsp: Updated for new SDL3 audio API.

This commit is contained in:
Ryan C. Gordon
2023-07-04 19:37:31 -04:00
parent 3482d1215a
commit 6fd71185cd
5 changed files with 115 additions and 116 deletions

View File

@@ -36,6 +36,6 @@
#define OPEN_FLAGS_INPUT (O_RDONLY | O_NONBLOCK)
#endif
extern void SDL_EnumUnixAudioDevices(const int classic, int (*test)(int));
extern void SDL_EnumUnixAudioDevices(const SDL_bool classic, SDL_bool (*test)(int));
#endif /* SDL_audiodev_c_h_ */