cellAudio: Minor fixup

This commit is contained in:
Eladash 2020-06-14 07:20:40 +03:00 committed by Ani
parent e2248332ae
commit 88a0e0fe2d
1 changed files with 5 additions and 5 deletions

View File

@ -460,13 +460,13 @@ void cell_audio_thread::advance(u64 timestamp, bool reset)
for (const auto& key_inf : keys)
{
if (key_inf.flags & CELL_AUDIO_EVENTFLAG_NOMIX)
{
continue;
}
if ((queues[queue_count] = key_inf.port.lock()))
{
if (key_inf.flags & CELL_AUDIO_EVENTFLAG_NOMIX)
{
continue;
}
u32 periods = 1;
if (key_inf.flags & CELL_AUDIO_EVENTFLAG_DECIMATE_2)