mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 13:18:50 +00:00
Merge pull request #1128 from lioncash/bits
VideoCommon: Make zfreeze in GenMode 1 bit in size
This commit is contained in:
commit
a5f4e4ad25
1 changed files with 1 additions and 1 deletions
|
@ -550,7 +550,7 @@ union GenMode
|
||||||
BitField<10,4,u32> numtevstages;
|
BitField<10,4,u32> numtevstages;
|
||||||
BitField<14,2,CullMode> cullmode;
|
BitField<14,2,CullMode> cullmode;
|
||||||
BitField<16,3,u32> numindstages;
|
BitField<16,3,u32> numindstages;
|
||||||
BitField<19,5,u32> zfreeze;
|
BitField<19,1,u32> zfreeze;
|
||||||
|
|
||||||
u32 hex;
|
u32 hex;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue