Files
dolphin/Source/Core/VideoCommon
magumagu 4cdf9f543f Partially fix WWE12 titantron videos.
The obvious question here is, why does it matter if we round or truncate?
The key is that GC/Wii does fixed-point interpolation, where PC GPUs do
floating-point interpolation. Discarding fractional bits makes the conversion
from floating-point to fixed point give more consistent results.

I'm not confident this is really the right fix, or that my explanation is
completely correct; ideally, we don't want to depend on floating-point
interpolation at all.
2015-02-18 19:41:00 -08:00
..
2015-01-07 21:51:47 +01:00
2015-01-12 15:18:18 -05:00
2015-01-21 22:30:41 -07:00
2015-01-12 15:18:18 -05:00
2015-01-12 15:18:18 -05:00
2015-01-18 19:47:48 +01:00
2015-01-21 15:55:32 -07:00