summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to '')
-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 2e0c33201..7fb3aa481 100644
--- a/src/video_core/pica.h
+++ b/src/video_core/pica.h
@@ -117,8 +117,8 @@ struct Regs {
117 INSERT_PADDING_WORDS(0x11); 117 INSERT_PADDING_WORDS(0x11);
118 118
119 union { 119 union {
120 BitField< 0, 16, u32> x; 120 BitField< 0, 10, s32> x;
121 BitField<16, 16, u32> y; 121 BitField<16, 10, s32> y;
122 } viewport_corner; 122 } viewport_corner;
123 123
124 INSERT_PADDING_WORDS(0x17); 124 INSERT_PADDING_WORDS(0x17);