dolphin/Source/Core
MerryMage 1baa8ee970 x64Emitter: Prefer MOVAPS to MOVSD
* The high half of regOp is immediately overwritten so the value in it is irrelevant.
* MOVSD produces an unnecessary dependency on the high half of regOp.
* MOVAPS is implemented as a register rename on modern microarchitectures.
2019-04-27 12:56:05 +01:00
..
AudioCommon Minor changes to usages of std::condition_variable. 2019-04-06 17:39:25 -05:00
Common x64Emitter: Prefer MOVAPS to MOVSD 2019-04-27 12:56:05 +01:00
Core Merge pull request #7287 from degasus/idle_skipping 2019-04-22 23:08:03 +02:00
DiscIO VolumeVerifier: Verify WAD contents 2019-04-09 14:18:46 +02:00
DolphinNoGUI Config: Move the 'Display' settings from ConfigManager to the layered config system 2019-03-30 18:43:02 -05:00
DolphinQt Merge pull request #8005 from JosJuice/issue-11679 2019-04-22 14:39:56 +02:00
InputCommon ControllerInterface/DInput: Optimize cursor position updating. 2019-04-20 09:25:11 -05:00
MacUpdater MacUpdater: Fix updater not closing after update is completed 2019-03-21 13:47:23 +01:00
UICommon Merge pull request #7841 from iwubcode/config-mgr-onion 2019-04-21 00:01:47 -04:00
UpdaterCommon UpdaterCommon: Move most of the programs here 2019-03-03 15:02:44 +01:00
VideoBackends OGL: Set shared context state up to match main context 2019-04-21 14:28:14 +10:00
VideoCommon Merge pull request #8000 from stenzek/more-videocommon-cleanup 2019-04-22 12:50:22 +10:00
WinUpdater WinUpdater: Restore original executable name 2019-04-11 20:21:50 +02:00
CMakeLists.txt Move shared Updater logic into UpdaterCommon 2019-02-26 19:27:36 +01:00