mirror of https://github.com/xemu-project/xemu.git
Increase NV2A_MAX_BATCH_LENGTH to 131071 from 65535
This commit is contained in:
parent
b872235877
commit
183e8a8705
|
@ -1347,7 +1347,7 @@ static const SurfaceColorFormatInfo kelvin_surface_color_format_map[] = {
|
|||
#define NV2A_NUM_CHANNELS 32
|
||||
#define NV2A_NUM_SUBCHANNELS 8
|
||||
|
||||
#define NV2A_MAX_BATCH_LENGTH 0xFFFF
|
||||
#define NV2A_MAX_BATCH_LENGTH 0x1FFFF
|
||||
#define NV2A_VERTEXSHADER_ATTRIBUTES 16
|
||||
#define NV2A_MAX_TEXTURES 4
|
||||
|
||||
|
|
Loading…
Reference in New Issue