mirror of
https://github.com/encounter/SDL.git
synced 2025-12-16 16:37:09 +00:00
coreaudio: Replaced an int with an SDL_bool.
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
struct SDL_PrivateAudioData
|
||||
{
|
||||
AudioUnit audioUnit;
|
||||
int audioUnitOpened;
|
||||
SDL_bool audioUnitOpened;
|
||||
void *buffer;
|
||||
UInt32 bufferOffset;
|
||||
UInt32 bufferSize;
|
||||
|
||||
Reference in New Issue
Block a user