mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
Fixed default clip size which fixes vector output regression (from Sarayan) (nw)
This commit is contained in:
parent
b2c2f5377b
commit
a5095efde7
@ -69,7 +69,7 @@ void avgdvg_device::apply_flipping(int *x, int *y)
|
||||
|
||||
void avgdvg_device::vg_flush()
|
||||
{
|
||||
int cx0 = 0, cy0 = 0, cx1 = 0x2000000, cy1 = 0x2000000;
|
||||
int cx0 = 0, cy0 = 0, cx1 = 0x5000000, cy1 = 0x5000000;
|
||||
int i = 0;
|
||||
|
||||
while (vectbuf[i].status == VGCLIP)
|
||||
|
Loading…
Reference in New Issue
Block a user