summaryrefslogtreecommitdiffstats
path: root/src/audio_core/device/audio_buffers.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2022-09-16 15:29:28 +0200
committerLioncash <mathew1800@gmail.com>2022-09-16 15:31:33 +0200
commita278fa6e2a8e06bf20b608ec6a79a53c32321d9b (patch)
tree9cfa8b7247494d8ea71754571fd0981eaffc5c74 /src/audio_core/device/audio_buffers.h
parentMerge pull request #8878 from Kelebek1/remove_pause (diff)
downloadyuzu-a278fa6e2a8e06bf20b608ec6a79a53c32321d9b.tar
yuzu-a278fa6e2a8e06bf20b608ec6a79a53c32321d9b.tar.gz
yuzu-a278fa6e2a8e06bf20b608ec6a79a53c32321d9b.tar.bz2
yuzu-a278fa6e2a8e06bf20b608ec6a79a53c32321d9b.tar.lz
yuzu-a278fa6e2a8e06bf20b608ec6a79a53c32321d9b.tar.xz
yuzu-a278fa6e2a8e06bf20b608ec6a79a53c32321d9b.tar.zst
yuzu-a278fa6e2a8e06bf20b608ec6a79a53c32321d9b.zip
Diffstat (limited to 'src/audio_core/device/audio_buffers.h')
-rw-r--r--src/audio_core/device/audio_buffers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audio_core/device/audio_buffers.h b/src/audio_core/device/audio_buffers.h
index 3ecbbb63f..4918a61c7 100644
--- a/src/audio_core/device/audio_buffers.h
+++ b/src/audio_core/device/audio_buffers.h
@@ -93,7 +93,7 @@ public:
*
* @return Is the buffer was released.
*/
- bool ReleaseBuffers(Core::Timing::CoreTiming& core_timing, DeviceSession& session) {
+ bool ReleaseBuffers(const Core::Timing::CoreTiming& core_timing, const DeviceSession& session) {
std::scoped_lock l{lock};
bool buffer_released{false};
while (registered_count > 0) {