mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 13:27:45 -07:00
14119c86a4
`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 |