forked from eden-emu/eden
Update renderer_vulkan.cpp
This commit is contained in:
parent
9786b1aa41
commit
fc5e367e65
1 changed files with 1 additions and 1 deletions
|
@ -297,8 +297,8 @@ void RendererVulkan::Composite(std::span<const Tegra::FramebufferConfig> framebu
|
|||
scheduler.Flush(*frame->render_ready);
|
||||
present_manager.Present(frame);
|
||||
|
||||
// Store the current frame for interpolation on the next call
|
||||
if (frame_interpolation_enabled) {
|
||||
// Store the current frame for interpolation on the next call
|
||||
previous_frame = frame;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue