mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-11 15:13:37 +02:00
A hashrange of 'addr,w,h = 0,0' passed validation (0 isn't bigger than the source), became desc_.newW/newH, and ReplacedTexture::Prepare divides by them. A post-shader SSAA level multiplies the render resolution with no upper bound, while the texture-shader Scale sitting a few lines away is checked against 2..8.