mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 14:19:55 -06:00
3D: revise fog calculation to match hardware (emulate precision loss and overflow with big shifts)
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user