dolphin/Source/Core
Lioncash 45f7883ed8 IR_X86: Make RegInfo uncopyable
Hiding and not implementing the copy constructor is a pre-C++11 thing.
It should also be noted that a copy constructor, as defined by the language,
contains a const qualifier on its parameter, so this wouldn't have
prevented copies from being performed.

It also follows that if the copy constructor is deleted, then copy
assignment should also be forbidden.
2017-01-16 17:27:03 -05:00
..
AudioCommon Add Silent Audio Dumping INI Option 2017-01-08 13:53:44 -05:00
Common Merge pull request #4658 from lioncash/bits 2017-01-15 17:23:30 +01:00
Core IR_X86: Make RegInfo uncopyable 2017-01-16 17:27:03 -05:00
DiscIO DiscIO: Export GetKeyFromTicket 2017-01-14 17:06:40 +01:00
DolphinQt2 DiscIO: Add GetRegion function and Region enum 2017-01-02 20:57:11 +01:00
DolphinWX Remove seemingly unused debug UI strings 2017-01-14 22:34:49 +01:00
InputCommon macOS: Add missing includes to fix no-PCH build 2017-01-02 11:45:24 +11:00
UICommon Fix missing includes 2016-10-07 23:46:41 +02:00
VideoBackends Merge pull request #4496 from Mystro256/master 2017-01-13 23:13:08 +13:00
VideoCommon VertexShaderManager: Break up the conditions to make it readable. 2017-01-13 14:01:17 +01:00
CMakeLists.txt [UI] Remove DolphinQt 2016-01-05 19:42:02 -06:00