summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2014-09-20 14:27:34 -0400
committerLioncash <mathew1800@gmail.com>2014-09-20 14:30:41 -0400
commit91438fa9e7192cb089999f7b194ef96347cefae4 (patch)
tree10b55c0ca281745d0000bc9ede3a414fb988cf64 /Source/Core
parent9f2d4ee53e9040925aa56ea5a04a374578562d02 (diff)
VideoCommon: Make zfreeze in GenMode 1 bit in size
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/VideoCommon/BPMemory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/BPMemory.h b/Source/Core/VideoCommon/BPMemory.h
index 1c46453bfe..3e5867c418 100644
--- a/Source/Core/VideoCommon/BPMemory.h
+++ b/Source/Core/VideoCommon/BPMemory.h
@@ -550,7 +550,7 @@ union GenMode
BitField<10,4,u32> numtevstages;
BitField<14,2,CullMode> cullmode;
BitField<16,3,u32> numindstages;
- BitField<19,5,u32> zfreeze;
+ BitField<19,1,u32> zfreeze;
u32 hex;
};