aboutsummaryrefslogtreecommitdiff
path: root/src/GPU3D.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/GPU3D.h')
-rw-r--r--src/GPU3D.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/GPU3D.h b/src/GPU3D.h
index 8a6beec..d89acf5 100644
--- a/src/GPU3D.h
+++ b/src/GPU3D.h
@@ -60,12 +60,12 @@ typedef struct
bool IsShadowMask;
bool IsShadow;
- // data below rather specific to the software renderer
-
u32 VTop, VBottom; // vertex indices
s32 YTop, YBottom; // Y coords
s32 XTop, XBottom; // associated X coords
+ u32 SortKey;
+
} Polygon;
extern u32 RenderDispCnt;