mirror of
https://github.com/yuzu-emu/yuzu-mainline.git
synced 2025-08-26 01:31:16 +00:00
"Merge Tagged PR 11894"
This commit is contained in:
parent
98af7d4a06
commit
d6d01d435c
|
@ -82,7 +82,7 @@ VkViewport GetViewportState(const Device& device, const Maxwell& regs, size_t in
|
|||
}
|
||||
|
||||
if (y_negate) {
|
||||
y += height;
|
||||
y += conv(static_cast<f32>(regs.surface_clip.height));
|
||||
height = -height;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue