mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-21 03:54:45 +00:00
Always present acquired swapchain images
Always present acquired swapchain images in order to be able to acquire them again. fix #865
This commit is contained in:
parent
f97f73f0b5
commit
74498463a3
1 changed files with 0 additions and 3 deletions
|
@ -107,9 +107,6 @@ bool Swapchain::AcquireNextImage() {
|
|||
}
|
||||
|
||||
void Swapchain::Present() {
|
||||
if (needs_recreation) {
|
||||
return;
|
||||
}
|
||||
|
||||
const vk::PresentInfoKHR present_info = {
|
||||
.waitSemaphoreCount = 1,
|
||||
|
|
Loading…
Add table
Reference in a new issue