dolphin/Source/Core
comex a6f6695ecd Work around MSVC bug, and make it less likely to happen again. Ew.
MSVC insisted on using a copy assignment where a move was intended and
ought to be used.  This would have been caught, because the class in
question inherits from NonCopyable, which declares a move assignment
operator, which is supposed to delete the implicitly declared copy
assignment operator, but of course MSVC didn't do that either, causing a
class that should have been safe to be unsafe.
2013-09-01 00:04:50 -04:00
..
AudioCommon fix AudioCommon::Mixer Buffer indices 2013-07-11 21:22:38 +02:00
Common Work around MSVC bug, and make it less likely to happen again. Ew. 2013-09-01 00:04:50 -04:00
Core Work around MSVC bug, and make it less likely to happen again. Ew. 2013-09-01 00:04:50 -04:00
DiscIO Better error reporting for ES / NANDContentLoader. 2013-08-31 23:49:29 -04:00
DolphinWX NetPlay: Don't bother with the host's controller settings 2013-08-31 21:18:14 -04:00
InputCommon Fix compatibility with the SDL2.0 release. 2013-08-15 22:18:40 +02:00
VideoCommon ogl driverdetails: add flag to disable hacked and pinned memory 2013-08-26 19:45:19 +02:00
CMakeLists.txt Merge UI related projects into the main DolphinWX project. 2011-02-11 21:37:52 +00:00