mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-24 00:55:45 +00:00
renderer_vulkan: render on bottom of surface clip when flipped (#11894)
This commit is contained in:
parent
4f7eb67af1
commit
9c1b9171ae
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ VkViewport GetViewportState(const Device& device, const Maxwell& regs, size_t in
|
||||||
}
|
}
|
||||||
|
|
||||||
if (y_negate) {
|
if (y_negate) {
|
||||||
y += height;
|
y += conv(static_cast<f32>(regs.surface_clip.height));
|
||||||
height = -height;
|
height = -height;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue