Browse Source

Update renderer_vulkan.cpp

pull/217/head
Gamer64 7 months ago
committed by crueter
parent
commit
fc5e367e65
  1. 2
      src/video_core/renderer_vulkan/renderer_vulkan.cpp

2
src/video_core/renderer_vulkan/renderer_vulkan.cpp

@ -297,8 +297,8 @@ void RendererVulkan::Composite(std::span<const Tegra::FramebufferConfig> framebu
scheduler.Flush(*frame->render_ready); scheduler.Flush(*frame->render_ready);
present_manager.Present(frame); present_manager.Present(frame);
// Store the current frame for interpolation on the next call
if (frame_interpolation_enabled) { if (frame_interpolation_enabled) {
// Store the current frame for interpolation on the next call
previous_frame = frame; previous_frame = frame;
} }

Loading…
Cancel
Save