From a8813b58a664b115f711319aefe5d5f1e6cff038 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sat, 30 Sep 2023 15:43:22 -0400 Subject: [PATCH] aaudio: Change an int to an SDL_bool. --- src/audio/aaudio/SDL_aaudio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/audio/aaudio/SDL_aaudio.c b/src/audio/aaudio/SDL_aaudio.c index 0e08156d04..4fe4c00f60 100644 --- a/src/audio/aaudio/SDL_aaudio.c +++ b/src/audio/aaudio/SDL_aaudio.c @@ -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