dolphin/Source/Core
Lioncash 89df65aa25 Interpreter_Integer: Correct precedence of overflow check in nego
The overflow check needs to occur before the condition register update
due to the fact that the summary overflow (SO) bit is used in the
updating of the condition register. If we set any overflow bits after
updating the CR, then we can potentially incorrectly report that an
overflow did not happen (in the case the SO bit wasn't set previously).
2018-03-24 20:48:05 -04:00
..
AudioCommon AudioCommon/CMakelists: Migrate off add_dolphin_library 2018-03-22 22:07:11 -04:00
Common Merge pull request #6508 from lioncash/cmake-common 2018-03-24 09:08:20 +01:00
Core Interpreter_Integer: Correct precedence of overflow check in nego 2018-03-24 20:48:05 -04:00
DiscIO DiscIO/CMakeLists: Migrate off add_dolphin_library 2018-03-24 13:54:06 -04:00
DolphinNoGUI Renderer: Handle resize events on-demand instead of polling 2018-02-20 01:15:55 +10:00
DolphinQt2 Qt: Implement "Auto-Adjust Window Size" 2018-03-24 16:48:46 +01:00
DolphinWX Merge pull request #6504 from Ebola16/OSD 2018-03-24 09:59:14 +01:00
InputCommon Assert: Uppercase assertion macros 2018-03-14 22:03:12 -04:00
UICommon AutoUpdater: Generate basic HTML changelog. 2018-03-23 11:10:25 +01:00
Updater Updater: Increase request timeout to 30s 2018-03-23 22:25:38 +01:00
VideoBackends [UI] Remove experimental tag from Vulkan 2018-03-21 15:12:12 -07:00
VideoCommon Merge pull request #6503 from lioncash/brace-warn 2018-03-23 15:29:39 +01:00
CMakeLists.txt Moved NoGUI out of DolphinWx. 2017-03-08 01:24:18 -08:00