Fixed some indentation mess in the Mach64 code.
This commit is contained in:
@@ -1857,11 +1857,10 @@ mach64_blit(uint32_t cpu_dat, int count, mach64_t *mach64)
|
|||||||
if (!cmp_clr)
|
if (!cmp_clr)
|
||||||
MIX
|
MIX
|
||||||
|
|
||||||
if (!(mach64->dst_cntl & DST_Y_MAJOR)) {
|
if (!(mach64->dst_cntl & DST_Y_MAJOR)) {
|
||||||
if (!x)
|
if (!x)
|
||||||
dest_dat &= ~1;
|
dest_dat &= ~1;
|
||||||
}
|
} else {
|
||||||
else {
|
|
||||||
if (x == (mach64->accel.x_count - 1))
|
if (x == (mach64->accel.x_count - 1))
|
||||||
dest_dat &= ~1;
|
dest_dat &= ~1;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user