Bläddra i källkod

aaudio: Change an int to an SDL_bool.

Ryan C. Gordon 1 år sedan
förälder
incheckning
a8813b58a6
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/audio/aaudio/SDL_aaudio.c

+ 1 - 1
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