mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-12-16 04:09:39 +00:00
`IsLess` would incorrectly return true if both `SR_OVERFLOW` and `SR_SIGN` are set, as `(sr & SR_OVERFLOW) != (sr & SR_SIGN)` becomes `SR_OVERFLOW != SR_SIGN` which is true as the two masks are different. This broke in
|
||
|---|---|---|
| .. | ||
| templates | ||
| tests | ||
| util | ||
| build.sh | ||
| Config.h | ||
| ConsoleHelper.h | ||
| dsp_interface.cpp | ||
| dsp_interface.h | ||
| dspregs.h | ||
| DSPSpy.vcproj | ||
| DSPSpy.vcxproj | ||
| DSPSpy.vcxproj.filters | ||
| gba.txt | ||
| main_spy.cpp | ||
| Makefile | ||
| mem_dump.h | ||
| real_dsp.cpp | ||
| real_dsp.h | ||
| sbuild.sh | ||