Move Voodoo colour/aux buffer tiled mode flags to params structure. Fixed

crash in 3DMark 2001 demo mode.
This commit is contained in:
SarahW 2020-11-17 21:43:30 +00:00
commit 09a7b468c3
5 changed files with 39 additions and 26 deletions

View file

@ -156,6 +156,9 @@ typedef struct voodoo_params_t
uint32_t swapbufferCMD;
uint32_t stipple;
int col_tiled, aux_tiled;
int row_width, aux_row_width;
} voodoo_params_t;
typedef struct texture_t