mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-15 16:18:56 +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:
@@ -107,9 +107,6 @@ bool Swapchain::AcquireNextImage() {
|
||||
}
|
||||
|
||||
void Swapchain::Present() {
|
||||
if (needs_recreation) {
|
||||
return;
|
||||
}
|
||||
|
||||
const vk::PresentInfoKHR present_info = {
|
||||
.waitSemaphoreCount = 1,
|
||||
|
||||
Reference in New Issue
Block a user