forked from eden-emu/eden
Ran clang-format. Fixed Qt6 deprecations.
This commit is contained in:
parent
a538126eb7
commit
8cd0d78269
219 changed files with 2635 additions and 2845 deletions
|
@ -240,7 +240,9 @@ void SinkStream::ProcessAudioOutAndRender(std::span<s16> output_buffer, std::siz
|
|||
// Successfully dequeued a new buffer.
|
||||
queued_buffers--;
|
||||
|
||||
{ std::unique_lock lk{release_mutex}; }
|
||||
{
|
||||
std::unique_lock lk{release_mutex};
|
||||
}
|
||||
|
||||
release_cv.notify_one();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue