mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-26 14:38:10 -05:00
"Not equal" operators on GLSL seem to behave as unordered when we expect an ordered comparison. Manually emulate this checking for LGE values (numbers, not-NaNs).