summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvflinger/buffer_queue_core.cpp
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2022-04-06 04:11:28 +0200
committerGitHub <noreply@github.com>2022-04-06 04:11:28 +0200
commit12dc4d05272da9e3e0adbc134937a27432fd4344 (patch)
tree8c6901c8b00c5f97ff6eaa579962b5633296fed2 /src/core/hle/service/nvflinger/buffer_queue_core.cpp
parentMerge pull request #8100 from Morph1984/registered-crash (diff)
parenthle: service: nvflinger: buffer_queue_producer: Cleanup & fixes. (diff)
downloadyuzu-12dc4d05272da9e3e0adbc134937a27432fd4344.tar
yuzu-12dc4d05272da9e3e0adbc134937a27432fd4344.tar.gz
yuzu-12dc4d05272da9e3e0adbc134937a27432fd4344.tar.bz2
yuzu-12dc4d05272da9e3e0adbc134937a27432fd4344.tar.lz
yuzu-12dc4d05272da9e3e0adbc134937a27432fd4344.tar.xz
yuzu-12dc4d05272da9e3e0adbc134937a27432fd4344.tar.zst
yuzu-12dc4d05272da9e3e0adbc134937a27432fd4344.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/nvflinger/buffer_queue_core.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/hle/service/nvflinger/buffer_queue_core.cpp b/src/core/hle/service/nvflinger/buffer_queue_core.cpp
index 6082610e0..3a0481786 100644
--- a/src/core/hle/service/nvflinger/buffer_queue_core.cpp
+++ b/src/core/hle/service/nvflinger/buffer_queue_core.cpp
@@ -95,7 +95,6 @@ void BufferQueueCore::FreeBufferLocked(s32 slot) {
}
void BufferQueueCore::FreeAllBuffersLocked() {
- queue.clear();
buffer_has_been_queued = false;
for (s32 slot = 0; slot < BufferQueueDefs::NUM_BUFFER_SLOTS; ++slot) {