mirror of
https://github.com/holub/mame
synced 2025-06-03 19:36:26 +03:00
fix out of bounds write issue (wrong array dimensions of buffer) on new Naomi rendering code, was causing various glitches [Olivier Galibert]
This commit is contained in:
parent
1e2829da9c
commit
1067adb1a1
@ -28,7 +28,7 @@ static int pvr_parameterconfig[64];
|
||||
static UINT32 dilated0[15][1024];
|
||||
static UINT32 dilated1[15][1024];
|
||||
static int dilatechose[64];
|
||||
static float wbuffer[640][480];
|
||||
static float wbuffer[480][640];
|
||||
|
||||
UINT64 *dc_texture_ram;
|
||||
static UINT32 tafifo_buff[32];
|
||||
|
Loading…
Reference in New Issue
Block a user