mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-25 11:51:50 -05:00
Running the min/max operation on the upside down, quad-rounded pixel coordinates before inverting them to the standard upper-left origin produces wrong results. Therefore, we need to do the inversion before rounding to pixel quads.