mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-05 07:39:17 +00:00
VideoCommon: Make zfreeze in GenMode 1 bit in size
This commit is contained in:
parent
9f2d4ee53e
commit
91438fa9e7
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