mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-10 19:13:49 +00:00
We want to move the vertex by 1/12 pixel, but the old code did miss the perspective division. So by multiplying with pos.w, the position is moved correctly after the perspective division.