mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-24 09:27:56 -05:00
Merge pull request #4858 from lioncash/initializer
General: Resolve a few missing initializer warnings
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user