mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06: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:
@ -49,8 +49,6 @@ void SetScissor()
|
||||
|
||||
TargetRectangle trc = g_renderer->ConvertEFBRectangle(rc);
|
||||
g_renderer->SetScissorRect(trc);
|
||||
|
||||
UpdateViewportWithCorrection();
|
||||
}
|
||||
|
||||
void SetLineWidth()
|
||||
|
Reference in New Issue
Block a user