mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 13:18:50 +00:00
Software: Remove normalization special case
The special case doesn't appear to make a significant difference in any games, and the current implementation has a (minor, fixable) issue that breaks Super Mario Sunshine (both with a failed assertion (https://bugs.dolphin-emu.org/issues/11742) and a rendering issue (https://bugs.dolphin-emu.org/issues/7476)). Hardware testing wasn't able to reproduce the special case, either, so it may just not exist. PR #9315 contains a fixed implementation of the special case on all video backends, and can serve as a basis for it being reintroduced if it is found to exist under more specific circumstances. For now, I don't see a reason to keep it present.
This commit is contained in:
parent
e957ed0809
commit
e825af7b1b
4 changed files with 10 additions and 34 deletions
|
@ -28,6 +28,4 @@ protected:
|
|||
|
||||
InputVertexData m_vertex;
|
||||
SetupUnit m_setup_unit;
|
||||
|
||||
bool m_tex_gen_special_case;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue