mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
e6185ba6bb
This enables a behavior seen on the real PSP where 0 * NaN == 0 in the GPU (NOTE: This means the vertex transform pipeline). However, this doesn't touch INFs unfortunately, and we need to modify those too... This, together with #21715, finally fixes #20204 .