emscriptenaudio: Updated for SDL3 audio API.

This commit is contained in:
Ryan C. Gordon
2023-07-05 11:51:06 -04:00
parent 79cc29ba35
commit a0528cd5ed
2 changed files with 74 additions and 153 deletions

View File

@@ -27,7 +27,7 @@
struct SDL_PrivateAudioData
{
int unused;
Uint8 *mixbuf;
};
#endif /* SDL_emscriptenaudio_h_ */