summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/video_core/pica.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/video_core/pica.h b/src/video_core/pica.h
index 5d0d2bf98..628e73213 100644
--- a/src/video_core/pica.h
+++ b/src/video_core/pica.h
@@ -132,8 +132,8 @@ struct Regs {
132 }; 132 };
133 133
134 union { 134 union {
135 BitField< 8, 2, WrapMode> wrap_s; 135 BitField< 8, 2, WrapMode> wrap_t;
136 BitField<12, 2, WrapMode> wrap_t; 136 BitField<12, 2, WrapMode> wrap_s;
137 }; 137 };
138 138
139 INSERT_PADDING_WORDS(0x1); 139 INSERT_PADDING_WORDS(0x1);