GPU: Fixed a typo in the display transfer tests

This commit is contained in:
Subv 2015-03-10 13:38:20 -05:00
parent 3e3721df2b
commit ca0ea9587d

View File

@ -537,7 +537,7 @@ static bool RGBA8_To_RGBA8_Scaled_Blending(u32* input, u32* output) {
input[2] = 0; input[2] = 0;
TestEquals(*output, (u32)0x7FFF0000); TestEquals(*output, (u32)0x7FFF0000);
TestEquals(output[0x40], (u32)0x7F000000); TestEquals(output[0x40], (u32)0x7F000000);
output[0x20] = 0; output[0x40] = 0;
// Double downscale downscales the input in both directions (horizontal and vertical) // Double downscale downscales the input in both directions (horizontal and vertical)
*input = 0xFFFF0000; //Input *input = 0xFFFF0000; //Input