mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-19 07:48:52 +00:00
DX11: I think I've figured out where the game enables texture offsets for lines and points.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7461 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
9fc12bcaa2
commit
9b697ed28f
6 changed files with 123 additions and 83 deletions
|
@ -790,6 +790,9 @@ union TCInfo
|
|||
u32 scale_minus_1 : 16;
|
||||
u32 range_bias : 1;
|
||||
u32 cylindric_wrap : 1;
|
||||
// These bits only have effect in the s field of TCoordInfo
|
||||
u32 line_offset : 1;
|
||||
u32 point_offset : 1;
|
||||
};
|
||||
u32 hex;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue