mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
VideoCommon: drop UpdateViewportWithCorrection
It's only used once in BPFunction which itself is also only used once. So the setter is moved to BPStructs like all other ones.
This commit is contained in:
parent
2118c1d3c3
commit
92fdac412b
4 changed files with 1 additions and 11 deletions
|
@ -49,8 +49,6 @@ void SetScissor()
|
|||
|
||||
TargetRectangle trc = g_renderer->ConvertEFBRectangle(rc);
|
||||
g_renderer->SetScissorRect(trc);
|
||||
|
||||
UpdateViewportWithCorrection();
|
||||
}
|
||||
|
||||
void SetLineWidth()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue