Merge branch 'master' into vulkan

This commit is contained in:
Triang3l
2021-12-12 21:32:43 +03:00
273 changed files with 82285 additions and 339957 deletions

View File

@@ -789,7 +789,7 @@ bool VulkanCommandProcessor::IssueDraw(xenos::PrimitiveType prim_type,
// interlocks case completely - apply the viewport and the scissor offset
// directly to pixel address and to things like ps_param_gen.
draw_util::GetHostViewportInfo(
regs, 1, false, device_properties.limits.maxViewportDimensions[0],
regs, 1, 1, false, device_properties.limits.maxViewportDimensions[0],
device_properties.limits.maxViewportDimensions[1], true, false, false,
false, viewport_info);