3D: revise fog calculation to match hardware (emulate precision loss and overflow with big shifts)

This commit is contained in:
StapleButter
2017-08-16 22:20:53 +02:00
parent 0106406aff
commit bc1385e905
2 changed files with 14 additions and 9 deletions

View File

@ -618,7 +618,7 @@ void Write(u8 val, u32 hold)
default:
if (DataPos==0)
printf("unknown save SPI command %02X %02X\n", CurCmd, val);
printf("unknown save SPI command %02X %02X %d\n", CurCmd, val, islast);
break;
}