mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 05:08:57 +00:00
VertexShaderManager: Eliminate unnecessary m_viewport_correction member.
This commit is contained in:
parent
5ed8b7bc9d
commit
c191ed5321
3 changed files with 2 additions and 13 deletions
|
@ -84,7 +84,5 @@ private:
|
|||
// track changes
|
||||
bool m_projection_graphics_mod_change = false;
|
||||
|
||||
Common::Matrix44 m_viewport_correction{};
|
||||
|
||||
Common::Matrix44 LoadProjectionMatrix();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue