mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-10 01:59:02 +00:00
VertexLoader: never reset alpha in 8888 colors
Fixes the opening menu of Xenoblade Chronicles.
This commit is contained in:
parent
80617ec6bd
commit
46ab5d63d6
5 changed files with 5 additions and 19 deletions
|
@ -41,7 +41,6 @@ public:
|
|||
float m_tcScale[8];
|
||||
int m_tcIndex;
|
||||
int m_colIndex;
|
||||
int m_colElements[2];
|
||||
|
||||
// Matrix components are first in GC format but later in PC format - we need to store it temporarily
|
||||
// when decoding each vertex.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue