diff options
| author | degasus <wickmarkus@web.de> | 2013-10-24 14:06:48 +0200 |
|---|---|---|
| committer | degasus <wickmarkus@web.de> | 2013-10-29 18:55:50 +0100 |
| commit | 92fdac412bd740cf0b6128e897232bb4c893d77d (patch) | |
| tree | 3c0db57a0e41bc7235c31f77b52144b35c12fe48 /Source/Core/VideoCommon/Src/BPStructs.cpp | |
| parent | 2118c1d3c3949b998d03acf52b591e4e2b9cadaf (diff) | |
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.
Diffstat (limited to 'Source/Core/VideoCommon/Src/BPStructs.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/Src/BPStructs.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/Src/BPStructs.cpp b/Source/Core/VideoCommon/Src/BPStructs.cpp index ab5789a078..e3ada3c0bf 100644 --- a/Source/Core/VideoCommon/Src/BPStructs.cpp +++ b/Source/Core/VideoCommon/Src/BPStructs.cpp @@ -185,6 +185,7 @@ void BPWritten(const BPCmd& bp) case BPMEM_SCISSORBR: // Scissor Rectable Bottom, Right case BPMEM_SCISSOROFFSET: // Scissor Offset SetScissor(); + VertexShaderManager::SetViewportChanged(); break; case BPMEM_LINEPTWIDTH: // Line Width SetLineWidth(); |
