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

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