PostProcessing/FX: Fix incorrect draw rect

pull/3242/head
Stenzek 8 months ago
parent 3c230ba1bf
commit d178853392
No known key found for this signature in database

@ -1498,7 +1498,7 @@ bool PostProcessing::ReShadeFXShader::Apply(GPUTexture* input_color, GPUTexture*
m_frame_count++;
// Reshade always draws at full size.
g_gpu_device->SetViewportAndScissor(final_rect);
g_gpu_device->SetViewportAndScissor(GSVector4i(0, 0, target_width, target_height));
if (m_uniforms_size > 0)
{

Loading…
Cancel
Save