dolphin/Source/Core
Lioncash 2830fe820d UICommon/NetPlayIndex: Take NetPlaySession by const reference for Add()
This isn't std::moved wholesale into a member variable or further
std::moved into another function, so it's better to take it by const
reference here to avoid unnecessary reallocations of contained
std::string instances.
2019-08-04 12:29:17 -04:00
..
AudioCommon
Common
Core Merge pull request #8279 from spycrab/fix_save_state_wait 2019-08-03 01:26:07 +10:00
DiscIO DiscIO/Volume: Make Partition's interface constexpr 2019-08-02 18:25:09 -04:00
DolphinNoGUI
DolphinQt DolphinQt: Reorder nunchuk mapping 2019-08-04 14:02:43 +02:00
InputCommon InputCommon/DInputJoystick: Correct force-feedback flag testing 2019-08-02 10:26:44 -04:00
MacUpdater
UICommon UICommon/NetPlayIndex: Take NetPlaySession by const reference for Add() 2019-08-04 12:29:17 -04:00
UpdaterCommon
VideoBackends D3D11: Only use integer RTV when logic op is supported+enabled 2019-08-02 18:47:19 +10:00
VideoCommon Merge pull request #8284 from stenzek/logic-op-hack 2019-08-04 14:39:38 +10:00
WinUpdater
CMakeLists.txt