Skip to content
  • Jean-Paul Saman's avatar
    skins2: fix mute behaviour · 4f96ae4a
    Jean-Paul Saman authored
    The skins2 code checked for the audio volume to be zero. However the audio is muted with by caling
    the function aout_SetMute() or aout_ToggleMute(). Use aout_IsMuted() to test for muted audio.
    4f96ae4a