Explorar o código

aaudio: Change an int to an SDL_bool.

Ryan C. Gordon %!s(int64=2) %!d(string=hai) anos
pai
achega
a8813b58a6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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