mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-20 19:38:31 +02:00
Framebuffers may be temporarily larger than the estimated width, because we estimate different sizes for them and resizing is expensive. This moves accounting for that to texelDelta instead of pixelDelta.