mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
VertexShaderManager: Eliminate unnecessary m_viewport_correction member.
This commit is contained in:
@ -84,7 +84,5 @@ private:
|
||||
// track changes
|
||||
bool m_projection_graphics_mod_change = false;
|
||||
|
||||
Common::Matrix44 m_viewport_correction{};
|
||||
|
||||
Common::Matrix44 LoadProjectionMatrix();
|
||||
};
|
||||
|
Reference in New Issue
Block a user