yabause - some video rendering bug of some sort fixed. not sure what it affects

This commit is contained in:
goyuken 2014-01-03 19:11:13 +00:00
parent 0997e80017
commit b9b286f2dd
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -3221,7 +3221,7 @@ static void Vdp2DrawNBG0(void)
}
if( (Vdp2Regs->ZMYN0.all & 0x7FF00) == 0 )
info.coordincx = 1.0f;
info.coordincy = 1.0f;
else
info.coordincy = (float) 65536 / (Vdp2Regs->ZMYN0.all & 0x7FF00);
@ -3414,7 +3414,7 @@ static void Vdp2DrawNBG1(void)
}
if( (Vdp2Regs->ZMYN1.all & 0x7FF00) == 0 )
info.coordincx = 1.0f;
info.coordincy = 1.0f;
else
info.coordincy = (float) 65536 / (Vdp2Regs->ZMYN1.all & 0x7FF00);