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