Skip to content

Commit

Permalink
[AE][SoftAE] Reset softSuspend timeout when sound played.
Browse files Browse the repository at this point in the history
  • Loading branch information
Geoffrey McRae committed Sep 26, 2012
1 parent 255052e commit ae03425
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xbmc/cores/AudioEngine/Engines/SoftAE/SoftAE.cpp
Expand Up @@ -780,6 +780,7 @@ void CSoftAE::PlaySound(IAESound *sound)
m_playing_sounds.push_back(ss);

/* wake to play the sound */
m_softSuspend = false;
m_wake.Set();
}

Expand Down

0 comments on commit ae03425

Please sign in to comment.