summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/core/hle/service/nvnflinger/buffer_queue_producer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/nvnflinger/buffer_queue_producer.cpp b/src/core/hle/service/nvnflinger/buffer_queue_producer.cpp
index cd0a13094..c9e9fedd1 100644
--- a/src/core/hle/service/nvnflinger/buffer_queue_producer.cpp
+++ b/src/core/hle/service/nvnflinger/buffer_queue_producer.cpp
@@ -793,6 +793,7 @@ Status BufferQueueProducer::SetPreallocatedBuffer(s32 slot,
793 std::scoped_lock lock{core->mutex}; 793 std::scoped_lock lock{core->mutex};
794 794
795 slots[slot] = {}; 795 slots[slot] = {};
796 slots[slot].fence = Fence::NoFence();
796 slots[slot].graphic_buffer = buffer; 797 slots[slot].graphic_buffer = buffer;
797 slots[slot].frame_number = 0; 798 slots[slot].frame_number = 0;
798 799