VideoCommon: Make zfreeze in GenMode 1 bit in size

This commit is contained in:
Lioncash 2014-09-20 14:27:34 -04:00
parent 9f2d4ee53e
commit 91438fa9e7
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}; };