mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 05:47:56 -07:00
Vulkan: Fix swapped top/bottom images in TAB stereo mode
This commit is contained in:
parent
70eb904536
commit
690a6deeb3
@ -757,9 +757,6 @@ void Renderer::BlitScreen(VkRenderPass render_pass, const TargetRectangle& dst_r
|
||||
{
|
||||
TargetRectangle left_rect;
|
||||
TargetRectangle right_rect;
|
||||
if (g_ActiveConfig.iStereoMode == STEREO_TAB)
|
||||
ConvertStereoRectangle(dst_rect, right_rect, left_rect);
|
||||
else
|
||||
ConvertStereoRectangle(dst_rect, left_rect, right_rect);
|
||||
|
||||
draw.DrawQuad(left_rect.left, left_rect.top, left_rect.GetWidth(), left_rect.GetHeight(),
|
||||
|
Loading…
Reference in New Issue
Block a user