Description
TODO: Reference rendering here.
Twilight princess uses a scale value of 47, which becomes 2^(47 - 17) = 2^30; this is too big to fit into a 24-bit value. This is semi-hardware tested and the behavior seems to be that the top bit of the scale factor is ignored, i.e. supplying a scale value of 47 is the same as supplying one of 15.
This fifo is to verify that this behavior does not get broken again.