Previous 199869 Revisions Next

r32850 Tuesday 21st October, 2014 at 02:10:30 UTC by R. Belmont
Tell SDL to stop sound when volume is set to max attenuation. (nw)
[src/osd/modules/sound]sdl_sound.c

trunk/src/osd/modules/sound/sdl_sound.c
r241361r241362
355355      _attenuation = -32;
356356
357357   attenuation = _attenuation;
358
359   if ((attenuation == -32) && (stream_in_initialized))
360   {
361      SDL_PauseAudio(1);
362   }
363   else if (stream_in_initialized)
364   {
365      SDL_PauseAudio(0);
366   }
358367}
359368
360369//============================================================


Previous 199869 Revisions Next


© 1997-2024 The MAME Team