mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-20 01:11:31 +00:00
cellAudio: Minor fixup
This commit is contained in:
parent
e2248332ae
commit
88a0e0fe2d
1 changed files with 5 additions and 5 deletions
|
@ -459,14 +459,14 @@ void cell_audio_thread::advance(u64 timestamp, bool reset)
|
||||||
event_period++;
|
event_period++;
|
||||||
|
|
||||||
for (const auto& key_inf : keys)
|
for (const auto& key_inf : keys)
|
||||||
{
|
|
||||||
if ((queues[queue_count] = key_inf.port.lock()))
|
|
||||||
{
|
{
|
||||||
if (key_inf.flags & CELL_AUDIO_EVENTFLAG_NOMIX)
|
if (key_inf.flags & CELL_AUDIO_EVENTFLAG_NOMIX)
|
||||||
{
|
{
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if ((queues[queue_count] = key_inf.port.lock()))
|
||||||
|
{
|
||||||
u32 periods = 1;
|
u32 periods = 1;
|
||||||
|
|
||||||
if (key_inf.flags & CELL_AUDIO_EVENTFLAG_DECIMATE_2)
|
if (key_inf.flags & CELL_AUDIO_EVENTFLAG_DECIMATE_2)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue