mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-24 21:51: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());
|
||||
@ -340,4 +340,4 @@ ChannelStatus GetStatus(int channel_id) {
|
||||
return ret;
|
||||
}
|
||||
|
||||
};
|
||||
};
|
||||
|
@ -37,4 +37,4 @@ struct ChannelStatus {
|
||||
|
||||
ChannelStatus GetStatus(int channel_id);
|
||||
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user