dolphin/Source/Core
Lioncash 42fce74f39 Jit_Integer: Handle NOP case where RA == RS for ori
ori can be used as a NOP if the two register operands are the same, and
the immediate is zero, not only if the two register operands are r0.

Also removes the check for !inst.Rc, as ori only has one encoding, and
said encoding doesn't even have a record bit in it.
2018-03-22 22:47:19 -04:00
..
AudioCommon Assert: Uppercase assertion macros 2018-03-14 22:03:12 -04:00
Common Merge pull request #6146 from HannesMann/qos-support 2018-03-21 02:46:46 +01:00
Core Jit_Integer: Handle NOP case where RA == RS for ori 2018-03-22 22:47:19 -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 Merge pull request #6481 from spycrab/qt_fix_fs 2018-03-21 16:44:54 -07:00
DolphinWX Merge pull request #6463 from delroth/auto-update 2018-03-20 11:28:26 -07:00
InputCommon Assert: Uppercase assertion macros 2018-03-14 22:03:12 -04:00
UICommon UICommon: Add AutoUpdate module + placeholder Qt implementation 2018-03-20 19:21:19 +01:00
Updater Add Updater.exe which performs the update tasks. 2018-03-20 19:21:19 +01:00
VideoBackends [UI] Remove experimental tag from Vulkan 2018-03-21 15:12:12 -07:00
VideoCommon Merge pull request #6460 from lioncash/datareader 2018-03-19 15:02:50 +01:00
CMakeLists.txt