mirror of
https://github.com/yawut/SDL.git
synced 2026-08-26 02:35:06 -05:00
@@ -173,7 +173,11 @@ int SDL_RunAudio(void *audiop)
|
||||
silence = audio->spec.silence;
|
||||
stream_len = audio->spec.size;
|
||||
}
|
||||
stream = audio->fake_stream;
|
||||
|
||||
stream = audio->GetAudioBuf(audio);
|
||||
if ( stream == NULL ) {
|
||||
stream = audio->fake_stream;
|
||||
}
|
||||
|
||||
#if SDL_AUDIO_DRIVER_AHI
|
||||
SDL_mutexV(audio->mixer_lock);
|
||||
|
||||
Reference in New Issue
Block a user