summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvflinger/buffer_queue.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2020-10-29 06:48:02 +0100
committerLioncash <mathew1800@gmail.com>2020-10-30 00:37:07 +0100
commit5553bd3ba22f11f4b989d74ac0e3d46f0e7fb22b (patch)
tree834ac6a85c76f3865b02c5637569b1f5541c1660 /src/core/hle/service/nvflinger/buffer_queue.cpp
parentMerge pull request #4856 from bunnei/webservice-socket-error (diff)
downloadyuzu-5553bd3ba22f11f4b989d74ac0e3d46f0e7fb22b.tar
yuzu-5553bd3ba22f11f4b989d74ac0e3d46f0e7fb22b.tar.gz
yuzu-5553bd3ba22f11f4b989d74ac0e3d46f0e7fb22b.tar.bz2
yuzu-5553bd3ba22f11f4b989d74ac0e3d46f0e7fb22b.tar.lz
yuzu-5553bd3ba22f11f4b989d74ac0e3d46f0e7fb22b.tar.xz
yuzu-5553bd3ba22f11f4b989d74ac0e3d46f0e7fb22b.tar.zst
yuzu-5553bd3ba22f11f4b989d74ac0e3d46f0e7fb22b.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/nvflinger/buffer_queue.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/hle/service/nvflinger/buffer_queue.cpp b/src/core/hle/service/nvflinger/buffer_queue.cpp
index 4f1e210b1..b89a2d41b 100644
--- a/src/core/hle/service/nvflinger/buffer_queue.cpp
+++ b/src/core/hle/service/nvflinger/buffer_queue.cpp
@@ -29,6 +29,10 @@ void BufferQueue::SetPreallocatedBuffer(u32 slot, const IGBPBuffer& igbp_buffer)
.slot = slot,
.status = Buffer::Status::Free,
.igbp_buffer = igbp_buffer,
+ .transform = {},
+ .crop_rect = {},
+ .swap_interval = 0,
+ .multi_fence = {},
});
buffer_wait_event.writable->Signal();