forked from dolphin-emu/dolphin
Update the viewport when the scissor offset is changed
Fixes a bug with Another Code: R that was noticed when gx-optimization was merged.
This commit is contained in:
@@ -62,6 +62,8 @@ void SetScissor()
|
||||
|
||||
TargetRectangle trc = g_renderer->ConvertEFBRectangle(rc);
|
||||
g_renderer->SetScissorRect(trc);
|
||||
|
||||
UpdateViewportWithCorrection();
|
||||
}
|
||||
|
||||
void SetLineWidth()
|
||||
|
||||
Reference in New Issue
Block a user