GPU: Fix batching regression (draws split on texture page)

This commit is contained in:
Connor McLaughlin
2019-11-03 00:36:47 +10:00
parent 5abbdef065
commit ba1a5a5ca9
5 changed files with 42 additions and 36 deletions

View File

@@ -57,10 +57,6 @@ protected:
struct HWBatchConfig
{
u32 texture_page_x;
u32 texture_page_y;
u32 texture_palette_x;
u32 texture_palette_y;
HWPrimitive primitive;
TextureMode texture_mode;
TransparencyMode transparency_mode;