dolphin/Source/Core
comex 4d5df0d008 Fix IsTriviallyCopyable for volatile (fixes Mac build).
Between C++11 and C++14, volatile types stopped being trivially
copyable.  The serializer has no reason to care about this distinction,
so tack on remove_volatile.
2014-03-27 23:42:52 -04:00
..
AudioCommon Delete a bunch of old audio HLE cruft. 2014-03-26 11:17:19 -07:00
Common Fix IsTriviallyCopyable for volatile (fixes Mac build). 2014-03-27 23:42:52 -04:00
Core Minor Ucode cleanup. 2014-03-27 14:16:16 -07:00
DiscIO Fix a crash that got recently introduced. 2014-03-23 22:29:30 -05:00
DolphinWX Fix include order in EGL.h. 2014-03-27 20:26:52 -04:00
InputCommon Turn some non-const refs into pointers 2014-03-17 02:55:57 +01:00
VideoBackends Software renderer: Properly calculate tev combiner output. 2014-03-26 00:23:58 +01:00
VideoCommon Merge pull request #193 from neobrain/tev_combiner_fixes 2014-03-26 10:05:46 +01:00
CMakeLists.txt Put Plugins/ in Core/, rename to VideoBackends 2013-10-07 10:37:01 -04:00