early-access version 3543

This commit is contained in:
pineappleEA
2023-05-03 06:36:32 +02:00
parent bbffb9a250
commit 4f06ff6d85
4 changed files with 10 additions and 16 deletions

View File

@@ -98,7 +98,7 @@ PresentManager::PresentManager(Core::Frontend::EmuWindow& render_window_, const
: render_window{render_window_}, device{device_},
memory_allocator{memory_allocator_}, scheduler{scheduler_}, swapchain{swapchain_},
blit_supported{CanBlitToSwapchain(device.GetPhysical(), swapchain.GetImageViewFormat())},
use_present_thread{Settings::values.async_presentation.GetValue()},
use_present_thread{/*Settings::values.async_presentation.GetValue()*/ true},
image_count{swapchain.GetImageCount()} {
auto& dld = device.GetLogical();