Skip to content

Commit

Permalink
cellAudio: Improve notification of multiple queues
Browse files Browse the repository at this point in the history
  • Loading branch information
elad335 committed Jun 5, 2023
1 parent edd4b49 commit b503dd9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rpcs3/Emu/Cell/Modules/cellAudio.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -613,9 +613,10 @@ void cell_audio_thread::advance(u64 timestamp)

lock.unlock();

lv2_obj::notify_all_t notify;

for (u32 i = 0; i < queue_count; i++)
{
lv2_obj::notify_all_t notify;
queues[i]->send(event_sources[i], CELL_AUDIO_EVENT_MIX, 0, event_data3[i]);
}
}
Expand Down

0 comments on commit b503dd9

Please sign in to comment.