dolphin/Source/Core
Lioncash 62615c601e AsyncShaderCompiler: Forward arguments to the specified type's constructor in CreateWorkItem()
As this just hands off the arguments to another type's constructor,
perfect forwarding should be used here to preserve any potential move semantics.
2017-09-02 14:06:48 -04:00
..
AudioCommon Remove NonCopyable 2017-08-22 16:40:34 +02:00
Common Fix regression in File::CopyDir 2017-08-25 19:14:14 +02:00
Core WiimoteReal: Fix device handles not being closed 2017-08-23 23:05:29 +02:00
DiscIO DiscIO: Fix TMD extraction 2017-08-25 17:31:50 +02:00
DolphinNoGUI DolphinWX: Add a progress dialog host command 2017-07-30 12:38:48 +10:00
DolphinQt2 Qt: Fix building on <= 5.7.x 2017-09-02 03:20:20 +02:00
DolphinWX Fix DolphinWX build issue 2017-08-22 13:35:20 +02:00
InputCommon Implement GamePAd and MultiAxisController detection 2017-08-24 00:31:59 -04:00
UICommon Config: Fix the loader Load() being called twice 2017-07-31 22:32:05 +08:00
VideoBackends OGL: Fix EFB pokes using incorrect color/depth 2017-08-27 11:55:24 +10:00
VideoCommon AsyncShaderCompiler: Forward arguments to the specified type's constructor in CreateWorkItem() 2017-09-02 14:06:48 -04:00
CMakeLists.txt