GPU: Fix incorrect palette used on some polygons

This commit is contained in:
Connor McLaughlin
2019-09-27 16:17:09 +10:00
parent 7ec3343ee6
commit 40d2497087
4 changed files with 55 additions and 61 deletions

View File

@ -35,6 +35,7 @@ protected:
TriangleStrip = 2
};
u32 render_command_bits;
Primitive primitive;
bool transparency_enable;
bool texture_enable;