mirror of
https://github.com/holub/mame
synced 2025-05-05 22:04:43 +03:00
increase vertex buffer size a bit more (from MooglyGuy)
This commit is contained in:
parent
ca5f8908f5
commit
9ba2c2d05d
@ -51,7 +51,7 @@
|
||||
//============================================================
|
||||
|
||||
#define VERTEX_BASE_FORMAT (D3DFVF_DIFFUSE | D3DFVF_TEX1 | D3DFVF_TEX2)
|
||||
#define VERTEX_BUFFER_SIZE (16384*4+4)
|
||||
#define VERTEX_BUFFER_SIZE (20480*4+4)
|
||||
|
||||
//============================================================
|
||||
// TYPE DEFINITIONS
|
||||
|
Loading…
Reference in New Issue
Block a user