mirror of
https://github.com/PCSX2/pcsx2.git
synced 2026-09-22 20:45:45 +02:00
Fast floating point behaviour can optimise out handling for special floating point values e.g. NaNs. As GSdx needs to handle NaNs in a few places, precise floating point behaviour should be used instead. Fixes a flashlight regression in Silent Hill 2/3 that was caused by VS2019 optimising out NaN handling.