aaudio: Change an int to an SDL_bool.

This commit is contained in:
Ryan C. Gordon 2023-09-30 15:43:22 -04:00
parent 8923305f34
commit a8813b58a6
No known key found for this signature in database
GPG Key ID: FA148B892AB48044
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ struct SDL_PrivateAudioData
size_t processed_bytes;
SDL_Semaphore *semaphore;
SDL_AtomicInt error_callback_triggered;
int resume; // Resume device if it was paused automatically
SDL_bool resume; // Resume device if it was paused automatically
};
// Debug