mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-25 00:31:05 +00:00
Audio: Whitespace adjustments
This commit is contained in:
parent
07840c0eab
commit
9f4d3a5db7
@ -252,7 +252,7 @@ void EnqueueBuffer(int channel_id, u16 buffer_id, void* data, int sample_count,
|
||||
break;
|
||||
}
|
||||
|
||||
c.queue.emplace( Buffer { buffer_id, b, is_looping });
|
||||
c.queue.emplace(Buffer{ buffer_id, b, is_looping });
|
||||
|
||||
if (c.queue.size() > 10) {
|
||||
LOG_ERROR(Audio, "We have far far too many buffers enqueued on channel %i (%i of them)", channel_id, c.queue.size());
|
||||
|
Loading…
Reference in New Issue
Block a user