dolphin/Source/Core
Lioncash 2fa0cb91a1 Interpreter_Integer: Set the overflow flag if the OE bit is set for neg
Also amends the condition that was being checked. Previously it was
checking if the destination register value was 0x80000000, however it's
actually the source register that should be checked.
2018-03-19 13:27:36 -04:00
..
AudioCommon Assert: Uppercase assertion macros 2018-03-14 22:03:12 -04:00
Common x64Emitter: Make FloatOp and NormalOp enum classes 2018-03-18 18:04:54 -04:00
Core Interpreter_Integer: Set the overflow flag if the OE bit is set for neg 2018-03-19 13:27:36 -04:00
DiscIO Assert: Remove unused parameter from DEBUG_ASSERT 2018-03-16 13:01:11 -04:00
DolphinNoGUI Renderer: Handle resize events on-demand instead of polling 2018-02-20 01:15:55 +10:00
DolphinQt2 DolphinQt2: Fix issues with MoIterator 2018-03-17 21:54:39 +01:00
DolphinWX Assert: Uppercase assertion macros 2018-03-14 22:03:12 -04:00
InputCommon Assert: Uppercase assertion macros 2018-03-14 22:03:12 -04:00
UICommon Assert: Uppercase assertion macros 2018-03-14 22:03:12 -04:00
VideoBackends Merge pull request #6444 from stenzek/d3d-bbox 2018-03-19 09:21:22 +01:00
VideoCommon Merge pull request #6442 from stenzek/async-compiler-priority 2018-03-19 09:16:53 +01:00
CMakeLists.txt Moved NoGUI out of DolphinWx. 2017-03-08 01:24:18 -08:00