aboutsummaryrefslogtreecommitdiff
path: root/src/GPU3D_Soft.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/GPU3D_Soft.cpp')
-rw-r--r--src/GPU3D_Soft.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/GPU3D_Soft.cpp b/src/GPU3D_Soft.cpp
index d66eb76..7fcafb1 100644
--- a/src/GPU3D_Soft.cpp
+++ b/src/GPU3D_Soft.cpp
@@ -538,7 +538,7 @@ private:
s32 ycoverage, ycov_incr;
};
-typedef struct
+struct RendererPolygon
{
Polygon* PolyData;
@@ -548,7 +548,7 @@ typedef struct
u32 CurVL, CurVR;
u32 NextVL, NextVR;
-} RendererPolygon;
+};
RendererPolygon PolygonList[2048];