mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-10 18:18:49 +00:00
Confirm with hardware test that the high bit of the input form is ignored.
Thanks to Ornox for testing
This commit is contained in:
parent
e1d36f91fc
commit
92e9382e61
2 changed files with 3 additions and 4 deletions
|
@ -178,7 +178,8 @@ union TexMtxInfo
|
|||
{
|
||||
u32 unknown : 1;
|
||||
u32 projection : 1; // XF_TEXPROJ_X
|
||||
u32 inputform : 2; // XF_TEXINPUT_X
|
||||
u32 inputform : 1; // XF_TEXINPUT_X
|
||||
u32 unknown2 : 1;
|
||||
u32 texgentype : 3; // XF_TEXGEN_X
|
||||
u32 sourcerow : 5; // XF_SRCGEOM_X
|
||||
u32 embosssourceshift : 3; // what generated texcoord to use
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue