mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-05-21 05:08:39 -05:00
09319a1e11
Comparing floating point numbers with == can trigger warnings (and have static analysis tools complain). So we make it the else case. This also more closely resembles the Gekko manual.